Releases: TotallyNotChase/glitch-this
Reduce compression in library
- Reduce compression level from 6 to 3 in
glitch_this.py
Script overhaul
-
The library will now cleanup after itself when making glitched GIFs
-
NEW Parameters for
commandline.py
:--
-l, --loop
: Specify how many times the GIF should loopDefaults to 0, i.e infinite loop
-
-f, --force
: The script will no longer automatically overwrite existing files, you need to include-f
for it do soDefaults to False
-
-o, --outfile
: Specify a full/relative path to write the output file to
-
-
Check out the docs for information on how to use these!
-
Add more sanity checks in
commandline.py
-
Reduce compression level from 6 to 3 in
commandline.py
(improves performance significantly) -
-f,--frames
has been renamed to-fr, --frames
Major - GIF support, Image object support
- Add support for Image object input, now you can directly pass an Image object to the library!
Check the docs for more info!
- Add support for glitching GIFs to GIFs, That's right! You can now input a GIF to turn it into a GLITCHED GIF!
Works both with the commandline and the library!
Check the docs for how to use this!
-
Cleanup code
-
Add more docs
Fix missing frames argument
Add missing frames argument in commandline script
Add Version Checks - patch 1
- Fix missing method for
commandline.py
script
Add Version Checks
-
Implemented version checker in commandline script
The commandline tool will now inform you if the package is out of date!
-
ImageGlitcher
has a new attribute -__version__