Skip to content

Releases: laggykiller/sticker-convert

Release v2.7.11

24 Mar 05:17
10e04c9
Compare
Choose a tag to compare

Convert frames to alpha=0 or 255 first before creating gif

Release v2.7.10

23 Mar 21:33
ef3c276
Compare
Choose a tag to compare
  • Fix calculating average color of all frames
  • Move code for converting yuva to rgba to a function
  • Only determine background color once for each input file
  • Kill workers with terminate without unecessary joining
  • Update github action versions
  • Update rlottie-python

Release v2.7.9

23 Mar 19:24
1eb7dbb
Compare
Choose a tag to compare
  • Auto set best background color (Black if image is bright, or white if image is dark.)
  • Add option --bg-color for specifying background color
  • Fix crash if config.json contain missing values for comp_custom
  • Fix quantize_method not saved to comp_custom
  • Formatting for sticker_convert_colab

Release v2.7.8

23 Mar 14:09
8cf7a3b
Compare
Choose a tag to compare
  • Create gif with Pillow (#134)
  • Change default scale filter to bicubic
  • Fix incompatibility with python 3.8
  • Improve requirements files
  • Update pyav and improve typing

Release v2.7.7

20 Mar 04:20
2a16d52
Compare
Choose a tag to compare
  • Fix racing condition in GUI messagebox and progress bar

Release v2.7.6

19 Mar 22:52
837dc63
Compare
Choose a tag to compare
  • Fix GUI freezing when cancel job
  • Show msg and update progressbar in batch for GUI to improve performance
  • Improve GUI for getting Signal credentials

Release v2.7.5

19 Mar 17:36
267ac9d
Compare
Choose a tag to compare
  • Improve speed of upload/download telegram stickers

Release v2.7.4

19 Mar 12:35
Compare
Choose a tag to compare
  • Fix random deadlocks during run (esp. When using scale_filter=nearest)
  • Add box and hamming scale_filter
  • Reduce recreating variables and reading json files
  • Simplify compile.py
  • Run docker image as non-root
  • Bump github action macos version
  • Improve typing
  • Update dependencies

Release v2.7.3

10 Mar 03:30
Compare
Choose a tag to compare
  • Fix format_img and format_vid for CompOption in CLI
  • Update emoji.json
  • Fix support for python 3.8
  • Auto linting and formatting

Release v2.7.2

09 Mar 05:27
Compare
Choose a tag to compare
  • Use tuple for compression option
  • Fix not returning if found compatible file during convert
  • Fix file_ext is None in CodecInfo
  • Fix setting initial step during convert
  • Update msicreator submodule
  • Version locking wix 4.0.4 on github action
  • Update github action requirements