You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for giving us easyexif, it works great and is very lightweight and accessible. For me it therefore surpasses all of the existing libraries.
However, have you ever considered the possibility of modifying EXIF data of an existing image? In particular I would like to be able to modify the date-time information (for the case that I forgot to update the time settings of my camera).
The text was updated successfully, but these errors were encountered:
Hi @tdegeus, reading Exif has a pretty big set of vendor-specific challenges (as you can see by the commits from various contributors here). My concern at Exif modification would be corrupting the entire block somehow because of some manufacturer quirk. If you have an approach that seems reasonable, happy to discuss.
@mayanklahiri I completely understand and share your concern. Do you think it might be feasible just to correct the date/time information? Since in practice people often have used the incorrect settings on their camera (e.g. yes/no daylight saving time, incorrect time zone, ...)
Thanks for giving us easyexif, it works great and is very lightweight and accessible. For me it therefore surpasses all of the existing libraries.
However, have you ever considered the possibility of modifying EXIF data of an existing image? In particular I would like to be able to modify the date-time information (for the case that I forgot to update the time settings of my camera).
The text was updated successfully, but these errors were encountered: