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

PlatformmacOS

JpegXL encoding and decoding for Flutter

JpegXL encoding and decoding for Flutter #

Usage #

    Uint8List jpegData = await file.readAsBytes();
    final Uint8List? jxlData = await JxlCoder.jpegToJxl(jpegData);

    Uint8List jxlData = await file.readAsBytes();
    final Uint8List? jpegData = await JxlCoder.jxlToJpeg(jxlData);

    await JxlCoder.saveJpegAsJxl(inputFile.path, outputFile.path);

    await JxlCoder.saveJxlAsJpeg(inputFile.path, outputFile.path);
2
likes
140
pub points
23%
popularity

Publisher

unverified uploader

JpegXL encoding and decoding for Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on jxl_coder