Tilt-shift photography (also known in the industry as “swing and tilt”) is a method by which photographers can take an aerial shot of a real-life place that makes it look as though it’s a miniature model. It’s a fascinating effect, and I have always found it interesting how the lens can fool the eye into believing something that isn’t real simply by adjusting light...
Cropped Thumbnails using PHP and the GD Library
This code will allow you to create a thumbnail from a segment of the image. In some situations, you want to thumbnail an entire image – but other times, you may want only a piece – for example if you wish to generate square thumbnail images regardless of whether or not the original image is landscape or portrait style.
Dynamic Watermarks/Text Overlay on Images in PHP
This code can be useful for a number of things, such as making dynamic banners or for adding a copyright type of watermark to photographs or artwork (as we do in snipe gallery). As usual, this will not work for gifs unless you have a version of gd that lets you do that (cuz the folks at Unisys are a bunch of mo-mos).