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);
-
Notifications
You must be signed in to change notification settings - Fork 0
JpegXL encoding and decoding for Flutter
License
stephane-archer/flutter-jxl-coder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
JpegXL encoding and decoding for Flutter
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published