jpeg2000 0.1.4
jpeg2000: ^0.1.4 copied to clipboard
JPEG 2000 decoder written in pure Dart with no runtime dependencies. The code is a port of runk/jpeg2000 javascript module.
Changelog #
All notable changes to this package are documented in this file.
0.1.4 #
- Added a Flutter example showing how to convert decoded RGBA pixels into a ui.Image.
0.1.3 #
- Improved public API documentation.
- Fixed library and class-level DartDoc placement.
- Removed dangling library documentation comments from internal source files.
- Improved compatibility with pub.flutter-io.cn static analysis.
0.1.2 #
- Fixed a dangling library documentation comment.
- Improved public API documentation.
0.1.1 #
- Added pure Dart JPEG 2000 and JP2 decoding.
- Added support for raw JPEG 2000 codestreams.
- Added support for JPEG 2000 codestreams contained in JP2 containers.
- Added decoding of image data to RGBA
Uint8Listbuffers. - Added support for tiled JPEG 2000 images.
- Added image dimension and component information.
- Added image property parsing without decoding the complete image.
- Added support for reversible and irreversible component transforms.
- Improved JPEG 2000 marker, packet, quantization, and component handling.
0.1.0 #
- Code cleanup.
0.0.3 #
- Add missing resources.
0.0.2 #
- Project structure refactoring.
0.0.1 #
- First commit.