jai-imageio / jai-imageio-jpeg2000

JPEG2000 support for Java Advanced Imaging Image I/O Tools API
Other
73 stars 56 forks source link

J2KReadState: Add YCbCr support #13

Closed rleigh-codelibre closed 6 years ago

rleigh-codelibre commented 7 years ago

Support YCbCr color spaces in JPEG2000 streams.

From https://github.com/rleigh-codelibre/jai-tidy/commit/04f958cedf1ba7832455082707af6e13481403d5

/cc @melissalinkert @sbesson @jburel

rleigh-codelibre commented 7 years ago

Does the jai-imageio project have (or know of) a public collection of jpeg2000 images we could test this PR against to be certain it doesn't introduce any regressions?

melissalinkert commented 7 years ago

Perhaps https://github.com/uclouvain/openjpeg-data is useful?

stain commented 6 years ago

I'll merge for now, but feel free to add separate PR with test data.