jpegtran_ffi 0.1.1 copy "jpegtran_ffi: ^0.1.1" to clipboard
jpegtran_ffi: ^0.1.1 copied to clipboard

Mostly lossless transformations of JPEG images, implemented using libjpeg-turbo via Dart's FFI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jpegtran_ffi

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

dependencies:
  jpegtran_ffi: ^0.1.1

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:jpegtran_ffi/jpegtran_ffi.dart';
4
likes
130
pub points
15%
popularity

Publisher

unverified uploader

Mostly lossless transformations of JPEG images, implemented using libjpeg-turbo via Dart's FFI.

Repository

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

ffi, flutter

More

Packages that depend on jpegtran_ffi