aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_postprocessing.py
AgeCommit message (Collapse)Author
2023-04-09fix(extras): fix batch image processing on 'Extras\Batch Process' tabIlya Khadykin
This change fixes an issue where an incorrect type was passed to the PIL.Image.open() function that caused the whole process to fail. Scope of this change is limited to only batch image processing, and it shouldn't affect other functionality.
2023-01-23rework extras tab to use script systemAUTOMATIC