Compare commits

...

2 Commits

2 changed files with 2 additions and 1 deletions

@ -1,6 +1,6 @@
# Image-Generator # Image-Generator
A CLI to generate comparison image sets with A CLI to generate comparison image sets utilizing the power of VapourSynth
## Usage ## Usage

@ -22,6 +22,7 @@ hiddenimports = [
"collections.namedtuple", "collections.namedtuple",
"collections.abc.Iterable", "collections.abc.Iterable",
"collections.abc.Mapping", "collections.abc.Mapping",
"concurrent.futures",
"concurrent.futures.Future", "concurrent.futures.Future",
"fractions", "fractions",
] ]