allgood / OpenNoteScanner

Android application for scanning and manipulating handwritten notes and documents.
Other
1.36k stars 284 forks source link

Invalid ExifOrientation value #262

Closed l00kanio closed 2 years ago

l00kanio commented 2 years ago

I would like to feed paperless-ng (https://github.com/jonaswinkler/paperless-ng) with images from OpenNoteScanner. When I try to import images created with ONS I get: ExifOrientationError: Invalid rotation (0)

Steps to reproduce

Check "metadata: orientation" in any picture viewer. I am not only one who faces such issue. There is issue on paperless-ng which claims that such behaviour is related to image creator app: https://github.com/jonaswinkler/paperless-ng/issues/1431

Expected behaviour

There should be valid exif orientation value (https://jdhao.github.io/2019/07/31/image_rotation_exif_info/) or this property should not be preset at all.

Actual behaviour

There is 'Unknown (0)' exif value.

Would you like to work on the issue?

Unfortunately I am not skilled :-(

l00kanio commented 2 years ago

Sorry I just noticed that there is already such issue. I am closing it