Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Pierre's Blog:
imagepng, take #2
Jan 30, 2006 @ 13:37:31

Pierre has posted his second look at working with the imagepng function today over on his blog.

Bernhard Seefeld was testing the new compression option for imagepng and was wondering why there is still a relative big difference in image sizes.

In my first attempt to create smaller images, I only allowed to change the compression, it was not sufficient to get really lite pictures.

After a short look to the libpng codebase (and the horrible imagick doc), I added a last argument to imagepng, the filtering mode.

He includes code later in the post, showing how to use this filtering option to make even smaller images (an option included from PHP 5.1.3 and up).

tagged: imagepng compresssion light filtering option imagepng compresssion light filtering option

Link:


Trending Topics: