Image compression and thumbnail creation for PHP
Posted
by Saif Bechan
on Stack Overflow
See other posts from Stack Overflow
or by Saif Bechan
Published on 2010-04-18T07:02:12Z
Indexed on
2010/04/18
7:03 UTC
Read the original article
Hit count: 321
php
|image-processing
I need some PHP classes that deal with image processing in a good manner. I have made a thumbnail creator myself but the end result quality is just horrible.
Is it also possible to let PHP convert and save all images to one type. For example take an image(jpg,png,gif), compress it, resize it, and save as png.
Can anyone recommend some good classes for this.
© Stack Overflow or respective owner