Image Manipulation PHP Class 1.0.3
Wednesday, September 13, 2006Image Manipulation PHP Class, News
A new version of the Image Manipulation PHP Class has been released. Read further to see what is new in this version of the script.
What's new in this version:
- if invalid sizes were specified for resizing (i.e. string or negative numbers) the script would crash
- resizing of transparent png24 files was not working - thanks mar251 for reporting this one
- working with png files would always make the value of the "error" property equal to 5 even if everything went well
- when resizing, interpolation was not used and the resulting images were rough. now imagecopyresampled() function is used instead of imagecopyresized()
- resizing was not working correctly in some cases
0 comments:
Post a Comment