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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.