cloudacy / native_exif

A simple EXIF metadata reader/writer for Flutter.
MIT License
16 stars 14 forks source link

Unable to Read and Write Exif Data. #6

Closed shantaramk closed 1 year ago

shantaramk commented 2 years ago

Input Source:

sample

Exif Info:

Screenshot 2022-09-04 at 7 41 17 PM

Given: Under More Info Section, Exif Tab is missing

Output:

While reading the EXIF data for the given Image, the Library throws the exception. i.e No Exif data was found on this image

PlatformException(READ_ERROR, No Exif data was found on this image., null, null)

Use Case :

I want to add custom info in User Comment key in exif data.

p-kuen commented 2 years ago

Thank you for submitting the issue. By your error message I see you are not using the latest version of native_exif. Could you please try again with the latest version? It's possible that the error was being fixed in the meantime.