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

High-performance image compression powered by Rust. Uses mozjpeg for JPEG, oxipng for PNG, and WebP (lossy + lossless). Accepts JPEG, PNG, WebP, GIF, BMP, TIFF as input. Features binary-search file si [...]

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.1.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
150
points
167
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

High-performance image compression powered by Rust. Uses mozjpeg for JPEG, oxipng for PNG, and WebP (lossy + lossless). Accepts JPEG, PNG, WebP, GIF, BMP, TIFF as input. Features binary-search file size targeting, batch processing, and consistent cross-platform output.

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