public final class ColorSpecificationBox extends JP2Box
JP2Box.BoxType| Constructor and Description |
|---|
ColorSpecificationBox(RandomAccessIO in,
int boxStart)
Construct a ColorSpecificationBox from an input image.
|
| Modifier and Type | Method and Description |
|---|---|
ColorSpace.CSEnum |
getColorSpace() |
String |
getColorSpaceString() |
byte[] |
getICCProfile() |
ColorSpace.MethodEnum |
getMethod() |
String |
getMethodString() |
String |
toString()
Return a suitable String representation of the class instance.
|
getTypeString, getTypeStringpublic ColorSpecificationBox(RandomAccessIO in, int boxStart) throws IOException, ColorSpaceException
in - RandomAccessIO jp2 imageboxStart - offset to the start of the box in the imageIOException, - ColorSpaceExceptionIOExceptionColorSpaceExceptionpublic ColorSpace.MethodEnum getMethod()
public ColorSpace.CSEnum getColorSpace()
public String getColorSpaceString()
public String getMethodString()
public byte[] getICCProfile()
Copyright © 2015. All rights reserved.