-
Notifications
You must be signed in to change notification settings - Fork 211
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
Fix for issue #794 (bugfix) #826
Conversation
grasdk
commented
Feb 5, 2024
- Switched from ExifReader to exifr and updated tests and test material to fix issue #794
- Removed dependency to ExifReader
- Updated .gitignore
- Minor clarification added to CONTRIBUTING.md
* switched from ExifReader to exifr and updated tests to fix issue 794
While doing this, I discovered a bug with png files having the "createDate" set to the file-date, even if they have metadata embedded. Exifr can read this date metadata from png files, so there are options to further utilize exifr for fixing issues. I will look into this, but wanted to separate it from the fix of the issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Nice contribution!
Can you please also remove any unused dependencies from the package.json (and also from the lock file)
Sure. I will do this asap. Hopefully tonight (it's morning here, now). Also the .gitignore |
Thank you! |