Skip to content

Any guidance on using the ExtraChannels? #26

Description

@siiinc

I have an 8 band remote sensing image. I can get the values from the main channel.

 JXLDecoder decoder = new JXLDecoder(stream);
 JXLImage image = decoder.decode();
 BufferedImage bufferedImage = image.asBufferedImage();
 WritableRaster raster = bufferedImage.getRaster();

How to get access to the pixel vals from the extra channels that I can see referenced in image.imageHeader.extraChannelInfo?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions