Package gov.nih.mipav.model.file
Class libxl.JxlBitDepth
java.lang.Object
gov.nih.mipav.model.file.libxl.JxlBitDepth
- Enclosing class:
libxl
Data type for describing the interpretation of the input and output buffers
in terms of the range of allowed input and output pixel values.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intCustom bits per sample(package private) intCustom exponent bits per sample(package private) libxl.JxlBitDepthTypeBit depth setting, see comment on @ref JxlBitDepthType -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
Bit depth setting, see comment on @ref JxlBitDepthType -
bits_per_sample
int bits_per_sampleCustom bits per sample -
exponent_bits_per_sample
int exponent_bits_per_sampleCustom exponent bits per sample
-
-
Constructor Details
-
JxlBitDepth
JxlBitDepth()
-