PHP » PYTHON |
login |
register |
about
|
exif_thumbnail(PHP 4 >= 4.2.0, PHP 5) exif_thumbnail — Retrieve the embedded thumbnail of a TIFF or JPEG image Description
string exif_thumbnail
( string $filename
[, int &$width
[, int &$height
[, int &$imagetype
]]] )
exif_thumbnail() reads the embedded thumbnail of a TIFF or JPEG image. If you want to deliver thumbnails through this function, you should send the mimetype information using the header() function. It is possible that exif_thumbnail() cannot create an image but can determine its size. In this case, the return value is FALSE but width and height are set. Parameters
Return ValuesReturns the embedded thumbnail, or FALSE if the image contains no thumbnail. Changelog
Examples
Example #1 exif_thumbnail() example
<?php
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|