Skip to content

Image width and height swapped due to not respecting EXIF information #182

@tracek

Description

@tracek

When loading an image for painting annotations, Pillow is used to load the image. Trouble is, the Image.open function does not take EXIF information into the consideration, so the width and height are swapped in the end result.

Consider applying:

ImageOps.exif_transpose(image)

Perhaps as an option? I could submit a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions