exif_thumbnail

(unknown)

exif_thumbnail -- Retrieve the embedded thumbnail of a TIFF or JPEG image.

Description

string exif_thumbnail ( string filename)

exif_thumbnail() reads the embedded thumbnail of a TIFF or JPEG image. If the image contains no thumbnail FALSE will be returned.

Note: This function is only available in PHP 4 compiled using --enable-exif. Its functionality and behaviour has changed in PHP 4.2

This function does not require the GD image library.

See also exif_read_data().