jpeg2000 0.1.2
jpeg2000: ^0.1.2 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.2 #
- Added DartDoc documentation for the public API.
- Improved package documentation and usage examples.
- Improved API documentation for JpxImage.
- Improved package metadata and pub.dev documentation.
0.1.1 #
- Added JPEG 2000 codestream decoding in pure Dart.
- Added support for JPEG 2000 data embedded in JP2 containers.
- Added decoding of image data to RGBA
Uint8Listbuffers. - Added support for tiled JPEG 2000 images through
JpxTile. - Added image dimensions and component information to
JpxImage. - Added stream-based image property parsing through
JpxByteStream. - Added
JpxErrorfor invalid and unsupported JPEG 2000 data. - Improved JPEG 2000 marker, packet, quantization, and component handling.
- Added support for reversible and irreversible component transforms.
- Updated the public package API and examples.
0.1.0 #
- Code cleanup.
0.0.3 #
- Add missing resources.
0.0.2 #
- Project structure refactoring.
0.0.1 #
- First commit.