Quantcast
Channel: PHP Magic Book - Free PHP Scripts, Tutorials and Downloads » Image Handling
Browsing latest articles
Browse All 6 View Live

Upload Image And Create Thumbnail Using PHP

This php script takes image file creates a thumbhnail and upload it into ‘thumb’ directory and also upload origional image with rename in ‘images’ directory. Functionality - Uploads image in the...

View Article


Auto Display Images From Folder Using PHP

Save photos in a folder named as ‘images’ and use these scripts to display all photos in a fly. Display Images From A Folder <?php $files = glob("images/*.*"); for ($i=1; $i<count($files); $i++)...

View Article


Image may be NSFW.
Clik here to view.

PHP Photo Slide Show With Drop Down

Its a simple PHP slideshow. It populates all the images from a folder into a drop down and inserts next and back buttons also. You can select image from drop down to see it. Photo Auto Navigation...

View Article

PHP Javascript Based Auto Populated Image Gallery

This script auto populates thumbs and navigation, Its a good slide show. However it does not control thumbnails quality but it can be modified a bit into some good Image Gallery. View Example PHP...

View Article

Text To Image Using PHP

Suppose you want to protect you email address and want to put it online in form of image or you are displaying visitors emails in form of images while they had entered simple text, then this script is...

View Article


Timthumb Usage and Troubleshooting – Create Image Thumb and Crop

I have been using thumbnail class by ‘Ian Selby’ v1 that can crop image from center and create thumbnail by given width and height parameters but that was not flexible. If the image has same width and...

View Article
Browsing latest articles
Browse All 6 View Live