• 0.1.8 0e13a570ea

    0.1.8 Stable

    User1337 released this 2026-02-06 12:06:16 +01:00 | 1 commits to main since this release

    Improved ANI decoding robustness

    ANI imports now use a hybrid decoding pipeline to ensure consistent transparency handling across different cursor formats.

    • PNG-based frames are decoded via ImageIO.
    • DIB-encoded frames are decoded using Trace’s internal DIB parser.
    • ICO/CUR containers are explicitly parsed to select the correct image entry.

    This resolves issues introduced in 0.1.7 where certain animated cursor packs could display black backgrounds or lose transparency due to incomplete alpha handling in specific ImageIO representations.

    Animated cursors should now render consistently across PNG and DIB variants.

    If you imported affected ANI files with 0.1.7, please reimport them to regenerate clean sprite sheets.

    Downloads