FLIF v0.3
Changes since v0.2.2
- Various speed optimizations, a.o. related to progressive decoding
- Various minor bugfixes
- Improved handling of palette images:
- lower memory footprint
- support for palette images in libflif
- option --keep-palette to maintain the palette order when reading or writing a PNG8 image
- Two major bugfixes:
- bugfix in ColorBuckets+animation, this was a bitstream-breaking bug
WARNING: Animated FLIF files that use ColorBuckets are not compatible between version 0.3 and older versions. Animated GIFs converted to FLIF should not be affected by this. - bugfix in unsorted PaletteAlpha (encoder was encoding the palette incorrectly, which resulted in files that could not be decoded)
- bugfix in ColorBuckets+animation, this was a bitstream-breaking bug