Package com.itextpdf.io.image
Class Jbig2ImageHelper
java.lang.Object
com.itextpdf.io.image.Jbig2ImageHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
Gets a byte array that can be used as a /JBIG2Globals, or null if not applicable to the given jbig2.static void
processImage
(ImageData jbig2)
-
Field Details
-
globals
private byte[] globals
-
-
Constructor Details
-
Jbig2ImageHelper
Jbig2ImageHelper()
-
-
Method Details
-
getGlobalSegment
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
-