cloudacy / native_exif

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

Altitude value #29

Open kemaluzel opened 11 months ago

kemaluzel commented 11 months ago

I want to set the altitude value, await exif.writeAttribute("key", "value"); I tried with but it didn't work

d-kuen commented 8 months ago

Hi,

depending on the platform (android or iOS) you need to ensure to use the correct attribute names. See here for more details.