ironpress 0.2.0 copy "ironpress: ^0.2.0" to clipboard
ironpress: ^0.2.0 copied to clipboard

High-performance Rust-powered Flutter image compression for JPEG, PNG, and WebP with batch processing, target-size compression, and metadata probing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ironpress

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

dependencies:
  ironpress: ^0.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:ironpress/ironpress.dart';
1
likes
160
points
167
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

High-performance Rust-powered Flutter image compression for JPEG, PNG, and WebP with batch processing, target-size compression, and metadata probing.

Repository (GitHub)
View/report issues

Topics

#image-compression #image-processing #jpeg #png #webp

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on ironpress

Packages that implement ironpress