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

Adds Exif and PNG Info to all scripts #141

Closed
wants to merge 2 commits into from

Conversation

veni-vidi-code
Copy link

@veni-vidi-code veni-vidi-code commented Sep 9, 2022

This Adds Information about the settings as EXIF and/or PNG Info to all scripts

motivation

See #139

why exif and pnginfo

PNGinfo alone is not enough since it will not work on JPEGs, which are supported by the gradio scripts
Also PNGinfo is harder to view, especially on windows machines

EXIF supports both png and jpeg, but is not as nice and tidy as png info, so i decided to use both

difference to #65

#65 only adds PNGInfo and locks the file type to pngs
it also only adds exif to the non gradio scripts

stuff to discuss / workon:

  • only exiff, no PNGInfo
  • make it toggable possibly
  • Fix User Comment Encoding

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

Successfully merging this pull request may close these issues.

1 participant