jxl_coder 1.0.0 copy "jxl_coder: ^1.0.0" to clipboard
jxl_coder: ^1.0.0 copied to clipboard

JPEG-to-JPEG XL compression for Flutter, with byte-exact original JPEG and metadata recovery

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jxl_coder

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

dependencies:
  jxl_coder: ^1.0.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:jxl_coder/jxl_coder.dart';
3
likes
160
points
535
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

JPEG-to-JPEG XL compression for Flutter, with byte-exact original JPEG and metadata recovery

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on jxl_coder

Packages that implement jxl_coder