Package org.verapdf.model.external
Interface JPEG2000
- All Known Implementing Classes:
GFJPEG2000
JPEG2000 image
-
Method Summary
Modifier and TypeMethodDescriptionimage bit depthtrue if the 'bpcc' box is present and, thus, the bit depth is not constant across all componentsEnumCS (enumerated color space) field of in the 'colr' box specification with APPROX field equal to 0x01the METH entry in the 'colr' box specification with APPROX field equal to 0x01true, if Image XObject has /ColorSpace entry, which means that colr box in JPEG2000 should be ignoredthe number of colour channelsthe number of colour space specificationsthe number of colour space specifications with APPROX field set to 0x01Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Method Details
-
getnrColorChannels
Long getnrColorChannels()the number of colour channels -
getnrColorSpaceSpecs
Long getnrColorSpaceSpecs()the number of colour space specifications -
getnrColorSpacesWithApproxField
Long getnrColorSpacesWithApproxField()the number of colour space specifications with APPROX field set to 0x01 -
getcolrMethod
Long getcolrMethod()the METH entry in the 'colr' box specification with APPROX field equal to 0x01 -
getcolrEnumCS
Long getcolrEnumCS()EnumCS (enumerated color space) field of in the 'colr' box specification with APPROX field equal to 0x01 -
getbitDepth
Long getbitDepth()image bit depth -
getbpccBoxPresent
Boolean getbpccBoxPresent()true if the 'bpcc' box is present and, thus, the bit depth is not constant across all components -
gethasColorSpace
Boolean gethasColorSpace()true, if Image XObject has /ColorSpace entry, which means that colr box in JPEG2000 should be ignored
-