| PNGtools 0.2 |
Version 0.2 is now available. This implements the pngcp command, which can be used to edit the characteristics of PNG files. You can download the source from here.
posted at: 04:00 | path: /pngtools | permanent link to this entry
-
#1
Sven
I found this tool quite useful when dealing with GIMP bug reports. It would be nice if you could add offset information to pnginfo. I needed this recently and added it myself but it would be nice to have it in the official version:
printf (" Offsets: %d, %d\n",
png_get_x_offset_pixels (png, info),
png_get_y_offset_pixels (png, info));
-
#2
Michael Still
Hey wow! I didn't realise that people actually use this... I wrote it for a series of articles that never published, and personally use it, but you're the first person to let me know that they find it useful. Thanks.
I'll certainly roll in your code changes and announce the new version here when I have. Shouldn't take long...
