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

High-performance image processing engine powered by Rust FFI. Supports AVIF, WebP, JPEG, PNG, TIFF, BMP with zero-copy memory, SIMD acceleration, and professional metadata preservation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart 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: ^1.0.2

Alternatively, your editor might support dart 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';
1
likes
0
points
177
downloads

Publisher

unverified uploader

Weekly Downloads

High-performance image processing engine powered by Rust FFI. Supports AVIF, WebP, JPEG, PNG, TIFF, BMP with zero-copy memory, SIMD acceleration, and professional metadata preservation.

Repository (GitHub)
View/report issues

Topics

#image #image-processing #ffi #rust

License

unknown (license)

Dependencies

ffi, logging, native_assets_cli

More

Packages that depend on just_image