Package org.verapdf.external
Class JPEG2000
- java.lang.Object
-
- org.verapdf.external.JPEG2000
-
public class JPEG2000 extends Object
- Author:
- Maksim Bezrukov
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JPEG2000fromStream(ASInputStream stream)Creates new JPEG2000 objectLonggetBitDepth()BooleangetBPCCBoxPresent()LonggetColrEnumCS()LonggetColrMethod()PDColorSpacegetImageColorSpace()LonggetNumberOfColorChannels()LonggetNumberOfColorSpaceSpecs()LonggetNumberOfColorSpacesWithApproxField()
-
-
-
Method Detail
-
fromStream
public static JPEG2000 fromStream(ASInputStream stream)
Creates new JPEG2000 object- Parameters:
stream- image stream to parse- Returns:
- created JPEG2000 object
-
getImageColorSpace
public PDColorSpace getImageColorSpace()
-
getNumberOfColorChannels
public Long getNumberOfColorChannels()
-
getNumberOfColorSpaceSpecs
public Long getNumberOfColorSpaceSpecs()
-
getNumberOfColorSpacesWithApproxField
public Long getNumberOfColorSpacesWithApproxField()
-
getColrMethod
public Long getColrMethod()
-
getColrEnumCS
public Long getColrEnumCS()
-
getBitDepth
public Long getBitDepth()
-
getBPCCBoxPresent
public Boolean getBPCCBoxPresent()
-
-