just_image 2.0.0 copy "just_image: ^2.0.0" to clipboard
just_image: ^2.0.0 copied to clipboard

High-performance image processing engine powered by Rust FFI. Supports WebP, JPEG, PNG, TIFF and BMP with automatic native binaries, parallel processing and professional metadata preservation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add just_image

With Flutter:

 $ flutter pub add just_image

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  just_image: ^2.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:just_image/just_image.dart';
2
likes
140
points
126
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

High-performance image processing engine powered by Rust FFI. Supports WebP, JPEG, PNG, TIFF and BMP with automatic native binaries, parallel processing and professional metadata preservation.

Repository (GitHub)
View/report issues

Topics

#image #image-processing #ffi #rust #flutter

License

MIT (license)

Dependencies

code_assets, cross_file, crypto, ffi, hooks

More

Packages that depend on just_image