Skip to content

API does not handle EXIF orientation tag #16

Description

@josephfrazier

Some phone cameras don't re-orient images before saving them, meaning that images can be saved rotated, but with metadata specifying the rotation, so that image viewing programs can display them correctly. See here for details: https://www.howtogeek.com/254830/why-your-photos-dont-always-appear-correctly-rotated/

The cloud API appears not to take the rotation metadata into account, so it will fail to identify license plates that would be found if the image were correctly rotated. I was able to fix this in my client by simply rotating the image as needed before uploading it (using sharp), but it would be nice if the API could handle this for me.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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