imcodec 0.3.1
imcodec: ^0.3.1 copied to clipboard
Focused BMP, GIF, JPEG, JPEG XL, PNG, QOI, TGA, TIFF, and WebP codecs for RGBA images in Flutter.
📰 Imcodec changelog #
0.3.1 #
Released on August 29, 2026.
- FEAT: Added static GIF encoding and first-frame GIF decoding. (#756a7f6)
0.2.0 #
Released on August 27, 2026.
- FEAT: Added a lossy WebP encoder. (#1755f14)
- FEAT: Added parallel encoding support via
ParallelRunnerfor JPEG, JPEG XL, PNG, and WebP. (#a2d71ff) - FIX: Fixed exports of the root library. (#74383db)
- CHORE: Improved encoding and decoding speed for JPEG XL. (#5777ffc)
- CHORE: Improved encoding and decoding speed for various formats. (#576d4bb)
- CHORE: Improved the WebP encoder. (#63ef3d5)
- BREAKING REFACTOR: Refactored the codecs behavior by adding a true
Codec, a decoder and an encoder. (#93eae02) - REFACTOR: Improved JPEG and WEBP codecs coding style. (#3c4dcc0)
0.1.5 #
Released on August 25, 2026.
- FEAT: Added pure-Dart JPEG XL import for Modular and VarDCT codestreams and containers, plus lossless Modular RGBA export. (#84d9de6)
0.1.4 #
0.1.3 #
0.1.0 #
Released on August 22, 2026.
- Initial release.