You're here: home / image

Password Protected Images with PHP

Mar 20, 2009 | Tags: PHP, Image | 2 comments

So you have images only for your site's members, and not for everyone else? Use this script to display your images to your members, and hide them for non-member visitors. Read more

Resize Image to Different Aspect Ratio On-The-Fly

Jan 2, 2009 | Tags: PHP, Image | 2 comments

Use this script to resize your image to different aspect ratio on the fly. For instance, when you have a 1024x800 wallpaper and you want to create a 120x120 thumbnail of it. Read more

PHP Image Resize Made Easy

Dec 21, 2008 | Tags: PHP, Image | 1 comment

Resize your images and create thumbnails easily with this simple PHP script. Read more

Displaying Random Image in Your Page

Nov 4, 2008 | Tags: PHP, Image | 2 comments

Display random image, random banner and random avatar in your page with this code snippets. Read more

Create Image's Thumbnail on-the-fly

Nov 4, 2008 | Tags: PHP, Image

Use this class to display your images with scale. Its very useful to create your images' thumbnail for your image gallery or shopping cart applications. You use this class by put it directly in your <img> tag like: <img src="image.php?filename=product1.jpg"> Read more