Closed JerryZRF closed 6 months ago
It seems doable. Flutter does not provide a way to read exif data but we can use a plugin like exif for that.
So could u please make it automatically when encoding? Add a param that enables it to the encodeAvif() method. Thanks.
I was able to work on exif support yesterday. I have added the keepExif paramter to the encodeAvif function which will be false by default. It is a little bit slow for now because the library I am using does not provide a way to read exif data without decoding the image. So, I need to find a better solution to read exif data before publishing an update. Check out exif_support branch if you want to try.
Could u please keep the EXIF when encode AVIF from a photo?