Releases: dloebl/cgif
Releases · dloebl/cgif
v0.4.1
v0.4.0
What's Changed
- Don't enqueue duplicate, sequential frames by @joshuamsager in #55
- Disallow zero dimensions by @dloebl in #57
New Contributors
- @joshuamsager made their first contribution in #55
Full Changelog: V0.3.2...v0.4.0
V0.3.2
V0.3.1
V0.3.0
V0.2.1
V0.2.0
Improvements:
- Added frame-level flag CGIF_FRAME_ATTR_HAS_ALPHA (for setting per-frame alpha channel #38)
- Added frame-level flag CGIF_FRAME_ATTR_HAS_SET_TRANS (allows the user to set which pixels are reused from the previous frame #38)
Project specific changes:
V0.1.0
Improvements:
- Improved GIF encoding speed (bare GIF encoding is about ~30% faster on average).
- Improved error handling (see wiki/General-API#result-codes for details).
Fixes:
- Resolved: Transparency optimization could have been active for local color tables with 256 entries (PR #35).