We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for making such a useful library. seems like currently it mainly supports JPG. Just wonder if you have any plan to support PNG. such as https://superuser.com/questions/219642/what-software-can-i-use-to-read-png-metadata
The text was updated successfully, but these errors were encountered:
It would certainly be handy, but it appears that png meta data is not actually EXIF-based (https://stackoverflow.com/questions/9542359/does-png-contain-exif-data-like-jpg). So I'm not sure the goexif package is the best location for it. Either way - I won't have time to work on it myself in the near/medium term.
Sorry, something went wrong.
It seems like PNG includes an EXIF block since 2017: http://ftp-osl.osuosl.org/pub/libpng/documents/pngext-1.5.0.html#C.eXIf
No branches or pull requests
Thanks for making such a useful library. seems like currently it mainly supports JPG. Just wonder if you have any plan to support PNG. such as https://superuser.com/questions/219642/what-software-can-i-use-to-read-png-metadata
The text was updated successfully, but these errors were encountered: