I'm currently using exif_read_data to load the information from JPG, JPEG, TIFF and TIF files.
Is there a simple way to manually read other images (ex. PNG, BMP, GIF)? Using fread, or something similar?
I'm currently using exif_read_data to load the information from JPG, JPEG, TIFF and TIF files.
Is there a simple way to manually read other images (ex. PNG, BMP, GIF)? Using fread, or something similar?
BMP and GIF don't support any metadata I believe.
May be you want to find out, if there are any metadata readable at all, before finding the way to read it.