|
|
PHP Image Manipulation Class 1.0.4
by Stefan Gabos (http://freshmeat.net/~stefangabos/)
Fri, Oct 13th 2006 02:05
About:
PHP Image Manipulation Class can be used to perform several types of image
manipulation operations. It can rescale images to fit in a given width or
height keeping (or not) the original aspect ratio, flip images
horizontally or vertically, and rotate images by a given angle while
filling the empty spaces with a given color. All operations preserve
transparency. The class does all the error checking for the source and
target files. The class supports loading and saving images in the GIF,
JPEG, and PNG formats.
Changes:
The crop() method was added. The preserveSourceFileTime property was added,
which instructs the scripts to preserve the date and time of the source
files and pass them on to the target files. The flip methods now use the
imagecopyresampled function instead of using imagecopy. The script no
longer crashes when a valid path which is not a file is specified as a
source file. Error handling for the create_image_from_source_file()
private method was fixed, so the script can no longer be easily crashed by
specifying bogus source files.
Release focus: Minor feature enhancements
License: Free for non-commercial use
Project URL: http://freshmeat.net/projects/phpimagemanipulation/
Homepage:
http://freshmeat.net/redir/phpimagemanipulation/66239/url_homepage/zebra-php-framework-php-image.html
____________________________| Advertising |____________________________
Ever wonder why HP has seven consecutive years of Linux market share
leadership? Maybe it's our portfolio of best-of-breed partner products, or
HP value-add in management, high availability, and virtualization. Maybe
it's the integrated, consolidated infrastructure of HP BladeSystem,
single-source accountability and solution support from HP Services in 160
countries, or just our unwavering commitment to the open source
community.
See: http://showcase.linux.com/hposms.tmpl
____________________________| Advertising |____________________________
|
|