This Perl extension aims to cut down the size of PNGs. Users pass a PNG to various functions (though only one presently exists - Image::Pngslimmer::discard_noncritical($blob)) and a slimmer version is returned. Image::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. and more image types. WWW: http://search.cpan.org/dist/Image-Pngslimmer/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->rafan rafan@ wants this PRs
rafan 2007-02-12 12:37:57 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/p5-Image-Pngslimmer Makefile distinfo pkg-descr pkg-plist Log: Add p5-Image-Pngslimmer 0.08, slims (dynamically created) PNGs. PR: ports/109079 Submitted by: chinsan Revision Changes Path 1.1042 +1 -0 ports/graphics/Makefile 1.1 +25 -0 ports/graphics/p5-Image-Pngslimmer/Makefile (new) 1.1 +3 -0 ports/graphics/p5-Image-Pngslimmer/distinfo (new) 1.1 +9 -0 ports/graphics/p5-Image-Pngslimmer/pkg-descr (new) 1.1 +5 -0 ports/graphics/p5-Image-Pngslimmer/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!