Skip to content
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

Image metadata differs depending if images are recorded under iOS 9 or iOS 10 #47

Open
ralfebert opened this issue Mar 2, 2018 · 0 comments

Comments

@ralfebert
Copy link

ralfebert commented Mar 2, 2018

UIImage+Render currently uses the old UIGraphicsBeginImageContextWithOptions API before iOS 10, and on iOS 10 it starts to use the new UIGraphicsImageRenderer.

Because of this, when you generate test images under iOS 9, the image metadata will differ from the metadata of test images under iOS 10.

My workaround is to only generate the image using the old API...

@ralfebert ralfebert changed the title Image metadata differs depending if images are recorded under iOS 9 or iOS 11 Image metadata differs depending if images are recorded under iOS 9 or iOS 10 Apr 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant