Skip to content

Releases: CalderWhite/gif-msg

v0.2.0

12 Jan 20:01
Compare
Choose a tag to compare

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.

v0.1.1

30 Dec 19:34
013f7b7
Compare
Choose a tag to compare

Bug Fixes:

  • Implemented support for transparency in the gifs

Known Bugs:

  • Gifs that have duplicate colors will break the algorithm and are therefore not supported

v0.1.0

28 Dec 17:10
Compare
Choose a tag to compare

Features

  • Added encoder that can put 128 bytes into a gif without changing any of the pixels or colours.