[RFC] Image::Pngslimmer
am 24.12.2006 21:34:57 von adrianmcmenaminI have been writing some code for J2ME stuff and so thought the
following might be useful for a module - this is just the start but it
appears to work --- here is the documentation for version 0.01. I'd
like to put it on CPAN - what do you think?
Adrian
NAME
Image::Pngslimmer - slims (dynamically created) PNGs
SYNOPSIS
ispng($blob) #is this a PNG
discard_noncritical($blob) #discard non critical
chunks
DESCRIPTION
pngslimmer aims to cut down the size of PNGs. Users pass a PNG to
various functions and a slimmer version is returned. pngslimmer is
designed for use where PNGs are being generated on the fly and
where
size matters - eg for J2ME use. There are other options - probably
better ones - for handling static PNGs
AUTHOR
Adrian McMenamin