serenity
serenity copied to clipboard
LibGfx/FLIC: Add a FLIC decoder
FLIC refers to FLI/FLC files which were generated by MS-DOS application Autodesk Animator. The animation format was quite popular in the mid-nineties.
https://github.com/SerenityOS/serenity/assets/199648/c665b65e-6526-4096-8c1f-5db47c625dfa
This PR only adds support for very basic FLI files which were limited to 320x200 and 64 colours. The format was extended with support for higher resolutions and more colours and was renamed FLC.
More PRs will follow to add support for missing FLI and FLC chunks.