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

Pierre-Alain Joye's Blog:
5.1.3 is out, Congrats! (and finally)
May 02, 2006 @ 12:08:44

Pierre-Alain Joye has a quick post with a congratulations to the entire team (and testers, etc) that worked to get PHP 5.1.3 out the door.

He also specifically mentions two GD updates that were made to this new release - new compression filtering for the imagepng functionality, and a "weak mode" for imagejpeg. This new mode can be set in your php.ini file or with ini_set (gd.jpeg_ignore_warning).

To grab the latest PHP update, including these new features to the graphics libraries, head over to the main PHP site.

tagged: 5.1.3 release gd bugfix imagepng imagejpg 5.1.3 release gd bugfix imagepng imagejpg

Link:

Pierre-Alain Joye's Blog:
5.1.3 is out, Congrats! (and finally)
May 02, 2006 @ 12:08:44

Pierre-Alain Joye has a quick post with a congratulations to the entire team (and testers, etc) that worked to get PHP 5.1.3 out the door.

He also specifically mentions two GD updates that were made to this new release - new compression filtering for the imagepng functionality, and a "weak mode" for imagejpeg. This new mode can be set in your php.ini file or with ini_set (gd.jpeg_ignore_warning).

To grab the latest PHP update, including these new features to the graphics libraries, head over to the main PHP site.

tagged: 5.1.3 release gd bugfix imagepng imagejpg 5.1.3 release gd bugfix imagepng imagejpg

Link:

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:

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: