piksel_avif 0.1.1
piksel_avif: ^0.1.1 copied to clipboard
AVIF support for piksel via the platform's own decoder (Android 12+, iOS 16+, macOS 13+) — no bundled codec.
Changelog #
0.1.1 #
- Fix iOS/macOS compilation: the support probe referenced
UTType.avif, which does not exist in the SDK. Support is now detected by checking ImageIO's runtime type list forpublic.avif. Verified end-to-end on an iOS simulator (iOS 26) and against macOS ImageIO.
0.1.0 #
Initial release.