A self-contained .NET 10 file-based app that renders two looping animated WebPs for the "SkiaSharp 4.0 is here" blog post, using the 4.148.0 NuGet packages. Each image showcases a new v4 capability, and the act of encoding them exercises a third (the animated WebP encoder).
| Output | Shows | v4 features |
|---|---|---|
skiasharp-variable.webp |
The word SkiaSharp in Inter Variable, its wght axis morphing 100 → 900 → 100 |
Variable-font axes via SKTypeface.Clone(font variations) + animated WebP |
skiasharp-color.webp |
v4 in the Nabla COLR/CPAL color font, cycling all 7 palettes | Color-font palettes via SKTypeface.Clone(paletteIndex) + animated WebP |