Is there any implementation of a PNG encoder/decoder written in PHP? Something similar to this one: http://packages.python.org/pypng/png.html
I know there is GD and other ones, but as far as I know, you cannot have greater control over png chunks since they are png specific.
Thanks,
Nano.