This is a selection of PHP scripts that I have packaged for anyone to use.
xHibit2
Download Photo gallery developed from scratch, making use of on-the-fly thumbnails. All you need is a folder tree full of images, and xHibit will do the rest! Includes Thumbnail Maker.Last updated: January 03, 2009
Thumbnail Maker
Download Generates a cropped thumbnail of a jpeg, gif, or png file that it is pointed to. Includes options for drop shadow, zoom, borders, and caching.HTML example: <img src="thumb_maker.php?pic=example.gif" />
Last updated: January 03, 2009
Text to Image
Download Generates an image from a text string using any font with any RGB foreground or background color, at any angle, and any size. See source code for parameters.HTML example: <img src="text_img.php?text=Some Words" />
Last updated: January 04, 2009
Img Reflect
Download Takes a url to an image file and outputs an iTunes-style jpeg.HTML example: <img src="img_reflect.php?img=image.jpg" />