color_extractor 0.0.3 color_extractor: ^0.0.3 copied to clipboard
A Flutter package for extracting dominant colors from images using c with ffi for performance optimisation and multiple image formats support.
Changelog #
[0.0.3] - Hotfix #1
- Fixed
DynamicLibrary
path based on platforms - Fixed
podspec
source_file path
[0.0.2] - Initial Release 🎉
- Add tests
- Updated Dependencies
[0.0.1] - Initial Release 🎉 Added 🚀
- Introduced the dominant color extraction functionality using k-means clustering.
- Full support for Android and iOS platforms.
- Implemented pixel quantization for improved performance and reduced complexity.
- Image downsampling for handling large images efficiently.
- Color comparison and distance measurement methods for clustering accuracy.
- Example app showcasing dominant color extraction from an image using C and Flutter.
Coming Soon ⏳ #
- Mac and Windows platform support.