Skip to content

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

@ralfebert

Description

@ralfebert

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions