swipelab_webp 1.0.0
swipelab_webp: ^1.0.0 copied to clipboard
High-performance WebP image encoding for Dart using native libwebp via FFI. Supports both lossy and lossless compression with configurable quality.
1.0.0 - 2025-01-08 #
- Initial stable release
WebPEncoder.encodeRgba()for lossy WebP encoding with configurable qualityWebPEncoder.encodeRgbaLossless()for lossless WebP encodingWebPEncoder.versionandWebPEncoder.versionStringfor libwebp version infoWebPEncodeInputandencodeWebP()for isolate/compute support- Automatic libwebp source fetching during build
- Cross-platform support (Android, iOS, Linux, macOS, Windows)