Skip to content

JPEGMetaData: support orientation #112

Description

@mickleness

The ImageFileDirectory is parsing an orientation, but it's getting it wrong. Early research suggests we're getting 4 bytes like: 0 0 0 6. We're reading a 2-byte short from the first two bytes, so we get back 0. If we read the last two bytes we get 6 (the correct value).

We need to read up on parsing and see if all shorts are similarly broken.

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