Showing posts with label image. Show all posts
Showing posts with label image. Show all posts

Thursday, April 21, 2011

A Wonderful Image upload and manipulation class "class.upload.php"

Just found a great Image uploading and manipulation class written in PHP, by Verot.net

Description as provided by the supplier::
"The perfect script to generate thumbnails or create a photo gallery! It can convert, resize and work on uploaded images in many ways, apply effects, add labels, watermarks and reflections and other image editing features. You can use it for files uploaded through an HTML form, a Flash uploader, or on local files. It uses the GD library."

You can Download it from: http://www.verot.net/php_class_upload.htm

Tuesday, April 19, 2011

Image resize and thubnail with PHP - functions

As websites are getting more and more feature enabled and fully loaded with the multimedia, the need of managing the media like, Music, Images, Videos is increasing day by day. One of the most used media is Images. Image gallerias, Slideshows, light-boxes are common every site. Each of this task is going to need the image resize or creating smaller thumbnails to display. So here is a small function with which you can easily create thumbnails from the image. The following function can resize and crop the image dimensionally or just creating a perfect square.