The read_exif_data() function reads the EXIF headers from a JPEG image file. It returns an associative array where the indexes are the Exif header names and the values are the values associated with those Exif headers. Exif headers tend to be present in JPEG images generated by digital cameras, but unfortunately each digital camera maker has a different idea of how to actually tag their images, so you can't always rely on a specific Exif header being present.
Notatka: This function is only available in PHP 4 compiled using --enable-exif
This function does not require the GD image library.
Poprzedni | Spis treści | Następny |
PNG2WBMP | Początek rozdziału | iptcembed |