# dart_native_imaging **Repository Path**: mirrors_linagora/dart_native_imaging ## Basic Information - **Project Name**: dart_native_imaging - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-01 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://gitlab.com/famedly/libraries/native_imaging/-/jobs/artifacts/master/download?job=build_js). Then embed it with a script tag: `` - Otherwise, provide a build of the Imaging library in `ios/src`.