-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EXIF data are removed #368
Comments
@artonge yes it is expected to lose them, as we already create a new image and we don't consider/care for the exif data as already this is a new image created in any case, so if u need to consider it u should do that from ur side by reading the exif data before (in the getting edited image) and apply it after (in the new edited image) I'm adding this as possible enhancement but not sure if we will consider it in our features plan or not as it is still possible to be applied from ur side. |
If we find a way and open a PR for it, will you consider it? |
@skjnldsv yes but depending on its implementation size (if it will take big size or cause any performance issue we won't otherwise it's fine to consider), |
Maybe a lead if no lib already exists: |
When editing a picture, its EXIF data are removed.
I think it is expected for those data to be kept in the new version of the picture.
Here is a simple example:
The text was updated successfully, but these errors were encountered: