Package com.aowagie.text.pdf.codec
Class JBIG2Image
java.lang.Object
com.aowagie.text.pdf.codec.JBIG2Image
Support for JBIG2 Images.
This class assumes that we are always embedding into a pdf.
- Since:
- 2.1.5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Image
getJbig2Image
(RandomAccessFileOrArray ra, int page) returns an Image representing the given page.
-
Constructor Details
-
JBIG2Image
public JBIG2Image()
-
-
Method Details
-
getJbig2Image
returns an Image representing the given page.- Parameters:
ra
- the file or array containing the imagepage
- the page number of the image- Returns:
- an Image object
-