j2k-types 0.6.1

Shared JPEG 2000 and HTJ2K encode-stage contract types for j2k
Documentation
  • Coverage
  • 100%
    281 out of 281 items documented0 out of 52 items with examples
  • Size
  • Source code size: 29.59 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.85 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • frames-sg/j2k
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jcwal1516

j2k-types

Shared JPEG 2000 encode-stage contract types for the j2k workspace.

This crate is the neutral public contract between the j2k adapter surface and the j2k-native codec engine: encode-stage job, output, and report types are defined once here so neither crate mirrors the other's definitions. It contains plain data types only — codec behavior lives in j2k-native, and the encode-stage accelerator traits stay in their owning crates.