Skip to content
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

Making hashes based on PNG read/stored data #90

Open
samjco opened this issue Oct 25, 2024 · 0 comments
Open

Making hashes based on PNG read/stored data #90

samjco opened this issue Oct 25, 2024 · 0 comments

Comments

@samjco
Copy link

samjco commented Oct 25, 2024

So is it possible to make the hash also based on stored data of a png file.
As we know Png file can stores text data inside and still keep the image visual intact.

To extract what data is in a png file.. (e.g: flower.png) we can use:
https://github.com/DanielJDufour/read-png
or
https://github.com/hometlt/png-metadata

Data meta reference that is stored in PNGs:
https://dev.exiv2.org/projects/exiv2/wiki/The_Metadata_in_PNG_files

Is it possible to build the hash that duplicate-images create based on any stored data?
This will be the ultimate dup finder for png file atleast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant