EXIF data embeded in images taken from digital cameras
21857EXIF data embeded in images taken from digital camerashttp://offsky.com/software/exif/index.phpPHP library to do a better job at reading the EXIF data embeded in images taken from digital cameras. If you have PHP compiled in a certain way, you may already be enjoying some functions that do this to some degree, but the default implementation fails to parse all the embebed tags. My library will read many, many more tags, and it will work without needing to compile PHP with the exif option.PHP > Scripts and Programs > Image Handling > Image ManipulationOct 14, 2006
Hi all, this little set of functions will create thumbnails of images using PHP’s built in GD functionality. The first function will create thumbnails that save the original aspect ratio. The second will create a sqaure cropped thumbnail.
The innovative thing about MakeJPGThumb is its ability to automatically calculate the aspect ratio if you provide only one dimension. For example, let's say you have a JPG named 'test.jpg' and you want to resize it so that its width is 100 pixels, its height is proportionate, and the thumbnail is output to 'testthumb.jpg'. You simply call the function as such,
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.