bigflood / dartexif

Dart package to decode Exif data from tiff, jpeg and heic files
https://pub.dev/packages/exif
MIT License
31 stars 30 forks source link

Image Orientation orientation always zero #11

Open RocketBarage opened 4 years ago

RocketBarage commented 4 years ago

Image Orientation {Image ImageWidth: 3264, Image ImageLength: 2448, Image ExifOffset: 62, Image Orientation: 0, EXIF LightSource: Unknown} - picture rotated 90 degrees

GiulioWecove commented 1 year ago

Image Orientation {Image ImageWidth: 3264, Image ImageLength: 2448, Image ExifOffset: 62, Image Orientation: 0, EXIF LightSource: Unknown} - picture rotated 90 degrees

I have the same problem, this will create incongruences while cropping images

timevoltex commented 1 year ago

same issue.. has any update?

ItsArsalanAziz commented 5 months ago

Same issue on IOS! getting zero orientation value in every case. Is there any update on this?