cloudacy / native_exif

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

Android UserComment Warning - "Invalid EXIF text encoding for UserComment" #17

Closed zehung-yeoh closed 10 months ago

zehung-yeoh commented 1 year ago

Hi, I'm trying to write the attribute for 'UserComment' using an Android device. It keeps showing an additional field called 'Warning' as shown below. This issue does not occur when I'm using iPhone. Any idea how to fix this? Thanks

Warning: Invalid EXIF text encoding for UserComment

d-kuen commented 10 months ago

Hi,

this package uses the JetPack version of the ExifInterface. A quick search brought me to this.

Seems like a platform specific issue, so I will close this issue. This limitation is now mentioned in the readme.