You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wyrde
73afec4252
|
2 years ago | |
---|---|---|
.. | ||
.ExifTool_config | 2 years ago | |
README.md | 2 years ago | |
workping.py | 2 years ago |
README.md
misc files that don't fit elsewhere
.Exiftool_config
a configuration file that adds some SD-related tags allowing exiftool to edit them. It can read the tags but cannot edit them until they are defined.
related:
- https://exiftool.org/
- https://github.com/hvdwolf/jExifToolGUI/releases
- https://hvdwolf.github.io/jExifToolGUI/manual/index.html#userdefinedmetadatacombinations
workping.py
A CLI script for adding a workflow to a PNG file. Requres Pillow module (PIL). It updates the image file, make a backup if you want extra safety.
python workping.py --image "/path/to/image.png" --workflow "/path/to/workflow.json"