thinpic_flutter 0.0.6
thinpic_flutter: ^0.0.6 copied to clipboard
A Flutter image compression library using the powerful C language VIPS library
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
Added #
- iOS support (in development)
Changed #
- Improved error handling and memory management
0.0.6 #
Added #
- Enhanced WebP compression support
- Improved memory management for large images
- Better error handling for unsupported file formats
- Thread-safe operations with proper synchronization
Changed #
- Updated FFI bindings for better performance
- Improved temporary file management
- Enhanced format detection logic
Fixed #
- Memory leaks in image processing pipeline
- File path handling issues on Android
- Quality parameter validation