native_image_compress 0.2.1
native_image_compress: ^0.2.1 copied to clipboard
Compress images to JPEG, PNG, WebP, HEIC, or AVIF using the platform's native encoders.
0.2.1 #
- Rename Android plugin class to
ImageCompress. - Speed up crop/resize on Android by decoding at the target sample size (
BitmapRegionDecoder+inSampleSize) instead of decoding the full image first. - Extract HEIC/AVIF encoding into a separate
HeifEncoder.
0.2.0 #
- Migrate platform channel to Pigeon-generated messages
- Add optional
cropOptionsandresizeOptionsparameters. - Add
compressImageas a lower-level entry point accepting anImageFormat.
0.1.0 #
- Initial release.
- Compress images to JPEG, PNG, WebP, HEIC, and AVIF
- Android implementation only (minSdk 28).