kekland / croppy

A fully customizable image cropper for Flutter, in Flutter
MIT License
105 stars 30 forks source link

Hi! Does croppy preserve the exif data of the edited image? #40

Closed Yuvi-raj-P closed 2 months ago

Yuvi-raj-P commented 2 months ago

Hello was just wondering if this library preserves the meta or the exif data of an image after edited

kekland commented 2 months ago

Hi!

No, the image is returned as raw byte data (ui.Image). However, you can convert it to jpg and manually add exif tags later

Yuvi-raj-P commented 2 months ago

How could you add exif tags? Any packages that you use?

kekland commented 2 months ago

Not sure, but this is not in the scope of this package. There should be a tool or package available

Yuvi-raj-P commented 2 months ago

Alright thank you, I was just wondering I tried many packages nothing worked for writing the exif information, I never done it so I don't know about it. However this is a wonderful product thanks for releasing this. I will be using this package in future for Immich https://github.com/immich-app/immich