Releases: laggykiller/sticker-convert
Releases · laggykiller/sticker-convert
Release v2.7.11
Convert frames to alpha=0 or 255 first before creating gif
Release v2.7.10
- 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
- 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
- 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
- Fix racing condition in GUI messagebox and progress bar
Release v2.7.6
- 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
- Improve speed of upload/download telegram stickers
Release v2.7.4
- Fix random deadlocks during run (esp. When using scale_filter=nearest)
- Add
box
andhamming
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
- 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
- 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