-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppress exif_read_data() errors #92
Comments
It's already implemented in library. Are you using latest version? |
@adityapatadia I think your misunderstanding @avataru, he is talking about php errors that one can not catch, but is just outputed directly. Thats why it should be supressed in this library, as you later checks if the data was retrieved. I opened #93 |
@adityapatadia Thanks for merging #93, could you please release a patch version to include the fixes? |
Thank you @hultberg and @adityapatadia |
done! |
exif_read_data() can sometimes generate errors and should be suppressed. The same suggestion is made in a comment to the SE post that served as inspiration for the imageCreateJpegfromExif() method.
The text was updated successfully, but these errors were encountered: