class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
I am pleased to announce the release of the version 0.24 of the script class.upload.php.
Version 0.24 changelog - added image_background_color, to set the default background color of an image - added possibility of using replacement tokens in text labels - changed default JPEG quality to 85 - fixed a small bug when using greyscale filter and associated filters - added image_ratio_fill in order to fit an image within some dimensions and color the remaining space. Very similar to image_ratio_crop - improved the recursive creation of directories - the class now converts palette based images to true colors before doing graphic manipulationsReply
Version 0.24 changelog
- added image_background_color, to set the default background color of an image
- added possibility of using replacement tokens in text labels
- changed default JPEG quality to 85
- fixed a small bug when using greyscale filter and associated filters
- added image_ratio_fill in order to fit an image within some dimensions and color the remaining space. Very similar to image_ratio_crop
- improved the recursive creation of directories
- the class now converts palette based images to true colors before doing graphic manipulations