com.lowagie.text
public class ImgJBIG2 extends Image
Since: 2.1.5
| Field Summary | |
|---|---|
| byte[] | global JBIG2 globals |
| byte[] | globalHash A unique hash |
| Constructor Summary | |
|---|---|
| ImgJBIG2(Image image)
Copy contstructor. | |
| ImgJBIG2()
Empty constructor. | |
| ImgJBIG2(int width, int height, byte[] data, byte[] globals)
Actual constructor for ImgJBIG2 images. | |
| Method Summary | |
|---|---|
| byte[] | getGlobalBytes()
Getter for the JBIG2 global data. |
| byte[] | getGlobalHash()
Getter for the unique hash. |
Parameters: image another Image
Parameters: width the width of the image height the height of the image data the raw image data globals JBIG2 globals
Returns: an array of bytes
Returns: an array of bytes