Class JPEG2000

java.lang.Object
org.verapdf.external.JPEG2000

public class JPEG2000 extends Object
Author:
Maksim Bezrukov
  • Method Details

    • 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()