The interface does support "chunk level editing" of a PNG file. Basically it
should be possible to
treat a PNG file as a stream of chunks, and insert, remove, and modify chunks
on a per chunk
basis.
The sorts of things that should be easily possible:
Removing tEXt chunks and so on.
Changing the gAMA chunk (with or without changing the pixel data).
Converting greyscale chunk into color type 3 (without changing pixel data).
Combining/splitting IDAT chunks.
... and so on.
Original issue reported on code.google.com by d...@pobox.com on 16 Mar 2009 at 12:43
Original issue reported on code.google.com by
d...@pobox.com
on 16 Mar 2009 at 12:43