native_imaging 0.1.1 copy "native_imaging: ^0.1.1" to clipboard
native_imaging: ^0.1.1 copied to clipboard

Dart bindings for Imaging from Pillow with jpeg and blurhash encoders

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.
1
likes
110
pub points
90%
popularity

Publisher

verified publisherfamedly.com

Dart bindings for Imaging from Pillow with jpeg and blurhash encoders

Homepage
Repository (GitLab)
View/report issues

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

ffi, js

More

Packages that depend on native_imaging