jjisnow and GitHub
ac61e4663c
Update webui.py
2022-09-17 16:10:46 +10:00
jjisnow and GitHub
b172cd56e8
Update webui.py
2022-09-17 16:09:53 +10:00
jjisnow and GitHub
588d6de4a8
Update ui.py
...
Reverse run_pnginfo for compatibility reasons
2022-09-17 16:08:56 +10:00
jjisnow and GitHub
047a623f7a
Restore run_pnginfo
2022-09-17 16:07:07 +10:00
JJ and AUTOMATIC1111
4f1f348b6a
image.save parameter fix
...
* image.save takes exif as a parameter
* piexif takes the bytes as a parameter, not the exif_bytes function itself
* reduce calls to create_exif_bytes
2022-09-17 08:06:50 +03:00
JJ
de5bfdf917
image info tab
...
* handles exceptions if jpeg jfif data not present
* removes further non-comment related exif data.
2022-09-17 06:58:35 +10:00
JJ and AUTOMATIC1111
9611008445
exif fix for webp
...
* fix for odd error only in webp files whereby piexif.insert inserts the bytes correctly, but image.save inserts extra "Exif" in the image metadata which results in an error on reading
2022-09-15 14:53:06 +03:00
JJ and AUTOMATIC1111
c4e90bf689
format exif string
...
* UserComment needs an ID code at the start of the tag area. This is provided by piexif.helper.UserComment, otherwise an "Warning Invalid EXIF text encoding for UserComment" is thrown upon reading the exif data
2022-09-14 15:14:26 +03:00
JJ and AUTOMATIC1111
859fff3700
add webp to file formats with exif saved
2022-09-14 08:49:00 +03:00
JJ and AUTOMATIC1111
7a5852a4ee
change np.float to np.float32
...
* numpy deprecation warning fix. Alternately, you could also specify float
2022-09-13 18:21:59 +03:00
JJ and AUTOMATIC1111
eeabe62b4d
add piexif to requirements_versions.txt
2022-09-13 18:11:46 +03:00
JJ and AUTOMATIC1111
de956b28e5
add piexif to requirements.txt
2022-09-13 18:11:46 +03:00
JJ and AUTOMATIC1111
27c2a0680a
save the exif data upon image write
2022-09-13 18:11:46 +03:00
JJ and AUTOMATIC1111
34cf684419
add metadata to jpg and non-png image files
...
* needs a piexif module install
* dumps the info in an Exif "UserComment"
* update to webui.bat
2022-09-13 18:11:46 +03:00