Class Jbig2ImageHelper


  • class Jbig2ImageHelper
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] globals  
    • Field Detail

      • globals

        private byte[] globals
    • Constructor Detail

      • Jbig2ImageHelper

        Jbig2ImageHelper()
    • Method Detail

      • getGlobalSegment

        public static byte[] getGlobalSegment​(RandomAccessFileOrArray ra)
        Gets a byte array that can be used as a /JBIG2Globals, or null if not applicable to the given jbig2.
        Parameters:
        ra - an random access file or array
        Returns:
        a byte array
      • processImage

        public static void processImage​(ImageData jbig2)