| ||||||||||
exif_thumbnailDescriptionstring exif_thumbnail ( string filename [, int &width [, int &height]])exif_thumbnail() reads the embedded thumbnail of a TIFF or JPEG image. If the image contains no thumbnail FALSE will be returned. Both parameters width and height are available since PHP 4.3 and return the size of the thumbnail. It is possible that exif_thumbnail() cannot create an image but determine its size. In this case the return value is FALSE but width and height are set. Starting from version PHP 4.3 the function exif_thumbnail() can return thumbnails in TIFF format.
| ||||||||||
|