Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXIF Orientation tag doesn't yet support mirroring #314

Open
sylikc opened this issue Jun 19, 2024 · 0 comments
Open

EXIF Orientation tag doesn't yet support mirroring #314

sylikc opened this issue Jun 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sylikc
Copy link
Owner

sylikc commented Jun 19, 2024

This is just an FYI issue, right now JPEGView only supports standard pixel rotations

0x0112 - Orientation - IFD0

  • 1 = Horizontal (normal)
  • 2 = Mirror horizontal
  • 3 = Rotate 180
  • 4 = Mirror vertical
  • 5 = Mirror horizontal and rotate 270 CW
  • 6 = Rotate 90 CW
  • 7 = Mirror horizontal and rotate 90 CW
  • 8 = Rotate 270 CW

crossed out are supported right now

Details referred to PR #304 (comment)

@sylikc sylikc added the enhancement New feature or request label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant