Class libxl.JxlColorProfile

java.lang.Object
gov.nih.mipav.model.file.libxl.JxlColorProfile
Enclosing class:
libxl

class libxl.JxlColorProfile extends Object
Represents an input or output colorspace to a color transform, as a serialized ICC profile.
  • Field Details

    • color_encoding

      libxl.JxlColorEncoding color_encoding
      Structured representation of the colorspace, if applicable. If all fields are different from their "unknown" value, then this is equivalent to the ICC representation of the colorspace. If some are "unknown", those that are not are still valid and can still be used on their own if they are useful.
    • num_channels

      int num_channels
      Number of components per pixel. This can be deduced from the other representations of the colorspace but is provided for convenience and validation.
  • Constructor Details

    • JxlColorProfile

      JxlColorProfile()