Content here is by:
Michael Still
mikal@stillhq.com
All my Open Source projects
Extracted view of CVS
Home Site map
|
See recent comments. RSS feed of all comments. Raw dump of all comments for research purposes.
ImageMagick book
MythTV book
|
 |
|
 |
|
pngtools is a suite of commands that I needed to make PNG easier to use in my own development. I have been coding TIFF images with libtiff for some time, and the tiffinfo, tiffdump, and tiffcp commands are quite useful for that code. I have therefore implemented similar commands for libpng.
|
|
|
|
|
 |
|
 |
|
Wed, 26 Nov 2008
|
|
|
|
|
 |
|
 |
|
Wow, this is a blast from the past. When I wrote the pngchunks command in 2003, I had never seen a 64 bit machine, and knew enough to check that an int was the right size, but not enough to just use the guaranteed-to-be-32-bit version from day 1. I'd pretty much forgotten about this code until I got pinged about this Debian bug. The bug reporter is entirely right, this was lame.
PNGtools 0.4 should be 64 bit safe. The pngchunks command works on my 64 bit machines at least.
Tags for this post: pngtools( )
posted at: 15:16 | path: /pngtools | permanent link to this entry
|
|
|
|
|
 |
|
 |
|
Sat, 09 Apr 2005
|
|
|
|
|
 |
|
 |
|
Mon, 06 Jan 2003
|
|
|
|
|
 |
|
 |
|
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
|
|
|
|
|
 |
|
 |
|
Sat, 16 Jun 2001
|
|
|
|
|
 |
|
 |
|
The slides for my Australian Open Source Symposium talk are now available online. This talk covers Panda, PandaLex, PandaScript, PNGTools, and stuff like that.
posted at: 07:00 | path: /pngtools | permanent link to this entry
|
|
|
|
|
 |
|
 |
|
Wed, 11 Apr 2001
|
|
|
|
|
 |
|
 |
|
In line with the maxim "release early, release often", here is the initial public viewing of my work on pngtools. At the moment, the only command that is implemented is pnginfo, which is pretty much there (apart from the command line options, which are rarely used).
I would welcome comments on the code, which can be sent to mikal@stillhq.com. The code is (c) Michael Still 2001, and is released under the GNU GPL version 2.
- Source
posted at: 07:00 | path: /pngtools | permanent link to this entry
|
|
|
|
|
|
|
|