dartexif icon indicating copy to clipboard operation
dartexif copied to clipboard

Dart package to decode Exif data from tiff, jpeg and heic files

Results 17 dartexif issues
Sort by recently updated
recently updated
newest added

how can i get image's size? like width and height

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

needs investigation

Judging by the issues and the latest answers in 2021, I have a question: does anyone continue to work on this project or not?

It'd be great to use this library to write exif data to a file.

enhancement

I'm running my app on mobile platforms, but also on web. I get an empty map when using `readExifFromBytes` and it seems like it is not supported on web

https://albums.ente.io?t=C5afhVdr#9spNGaMztMxKjL8Nu4z2t8dCRub2BAqJUgUfqUoRdCJi https://i.redd.it/zm4nfgq29yi91.jpg The dartexif package returns 0 exif tags while the exiftool is able to identify the correct exif data. ``` ExifTool Version Number : 12.42 File Name : sample_image.jpg...

needs investigation

Hi, I am trying to extract exif data to get the `DateTimeOriginal` information. The script work very well with JPEG and Nikon NEF files. But with Canon CR3 files, i...

exif.tools web site reports the correct lat/lon, but all I see in the data from dartexif is this: `I/flutter (25377): GPS GPSVersionID: [0, 0, 0, 0] I/flutter (25377): GPS GPSLatitudeRef:...

Hey there, thanks a lot for this package!! I was wondering if it could be possible to implement the extraction of IPTC data as well.. i was trying to add...

help wanted