Skip to content

Releases: TotallyNotChase/glitch-this

Reduce compression in library

26 Feb 05:26
Compare
Choose a tag to compare
  • Reduce compression level from 6 to 3 in glitch_this.py

Script overhaul

25 Feb 17:02
Compare
Choose a tag to compare
  • 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 loop

      Defaults 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 so

      Defaults 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

24 Feb 19:39
Compare
Choose a tag to compare
  • 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

24 Feb 19:03
d0af6de
Compare
Choose a tag to compare

Add missing frames argument in commandline script

Add Version Checks - patch 1

24 Feb 15:16
Compare
Choose a tag to compare
  • Fix missing method for commandline.py script

Add Version Checks

24 Feb 15:14
3ab704f
Compare
Choose a tag to compare
  • 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__