Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@CalderWhite CalderWhite released this 12 Jan 20:01
· 27 commits to master since this release

Features:

  • AES Static Encryption is now supported out of the box
  • smaz compression is now supported out of the box. PySmaz was used due to gif-msg being natively in python.
  • Moved argument parsing to argparse. Commands & cli interface is much cleaner now.

Bug Fixes:

  • Gifs are now put through the gifsicle encoder after the PIL encoder so their size is optimized.