Skip to content

[feature request] Rotate the JPEG using EXIF header (no runtime cost) #241

@josuah

Description

@josuah

Rotating a JPEG image in hardware is expensive: it requires a buffer of the full frame so that it can be transposed...

For this reason, JPEG EXIF metadata were added to encode the orientation of the image without actually performing the transformation.

http://sylvana.net/jpegcrop/exif_orientation.html

This means a small metadata change would allow the image to be displayed in the expected orientation by preview program or other software.

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