Portable pixmap patch
Forums ► For GEGL developers (read-only) ► Portable pixmap patch
-
Henrik Akesson
(almost 3 years ago)
- Henrik Akesson (almost 3 years ago)
Sent: 2009-04-13 16:30:47 UTC (almost 3 years ago)
From: Henrik Akesson
Portable pixmap patch
Hi,
I've done a patch for reading and writing ppm images. This is mainly
meant for debugging and testing purposes, as (when using ascii format)
images can easily be diffed.[ppm.diff]
Patch from Henrik Akesson that adds a portable pixmap loader and saver
that can read/write both the ascii and the binary formats.* operations/external/Makefile.am
* operations/external/ppm-load.c
* operations/external/ppm-save.c/Henrik
_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer
Sent: 2009-04-14 10:13:26 UTC (almost 3 years ago)
From: Henrik Akesson
Portable pixmap patch
Update to patch (removed some unused code and an incorrect comment).
2009/4/13 Henrik Akesson :
> Hi,
>
> I've done a patch for reading and writing ppm images. This is mainly
> meant for debugging and testing purposes, as (when using ascii format)
> images can easily be diffed.
>
> [ppm.diff]
>
> Patch from Henrik Akesson that adds a portable pixmap loader and saver
> that can read/write both the ascii and the binary formats.
>
> * operations/external/Makefile.am
> * operations/external/ppm-load.c
> * operations/external/ppm-save.c
>
>
> /Henrik
>_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer



