RSS/Atom feed Twitter
Site is read-only, email is disabled

Portable pixmap patch

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Portable pixmap patch Henrik Akesson 13 Apr 16:30
  Portable pixmap patch Henrik Akesson 14 Apr 10:13
Henrik Akesson
2009-04-13 16:30:47 UTC (over 15 years ago)

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

Henrik Akesson
2009-04-14 10:13:26 UTC (over 15 years ago)

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