jpeg2000 0.1.1 copy "jpeg2000: ^0.1.1" to clipboard
jpeg2000: ^0.1.1 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.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 Uint8List buffers.
  • 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 JpxError for 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.
1
likes
0
points
403
downloads

Publisher

unverified uploader

Weekly Downloads

JPEG 2000 decoder written in pure Dart with no runtime dependencies. The code is a port of runk/jpeg2000 javascript module.

Repository (GitHub)
View/report issues

Topics

#jpeg2000 #jpx #image-decoding #image-processing

License

unknown (license)

More

Packages that depend on jpeg2000