Last updated:
0 purchases
native imaging
native_imaging #
Dart bindings for Imaging from Pillow with jpeg and blurhash encoders.
Imaging provides transformations like rotate, blend, blur, and resample with high-quality algorithms.
This package can be used to generate JPEG thumbnails and BlurHash strings.
Usage #
The Imaging library needs to be available.
On Flutter for Android and iOS, the library is built automatically.
On (Flutter) Web, build Imaging.js with make -C js or use the build_js artifacts. Then embed it with a script tag: <script src="js/Imaging.js"></script>
Otherwise, provide a build of the Imaging library in ios/src.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.