public class TiffImage extends Object
Constructor and Description |
---|
TiffImage() |
Modifier and Type | Method and Description |
---|---|
static void |
decodePackbits(byte[] data,
byte[] dst) |
(package private) static long[] |
getArrayLongShort(TIFFDirectory dir,
int tag) |
(package private) static int |
getDpi(TIFFField fd,
int resolutionUnit) |
static int |
getNumberOfPages(RandomAccessFileOrArray s)
Gets the number of pages the TIFF document has.
|
static Image |
getTiffImage(RandomAccessFileOrArray s,
int page)
Reads a page from a TIFF image.
|
static Image |
getTiffImage(RandomAccessFileOrArray s,
int page,
boolean direct)
Reads a page from a TIFF image.
|
protected static Image |
getTiffImageColor(TIFFDirectory dir,
RandomAccessFileOrArray s) |
static void |
inflate(byte[] deflated,
byte[] inflated) |
public static int getNumberOfPages(RandomAccessFileOrArray s)
s
- the file sourcestatic int getDpi(TIFFField fd, int resolutionUnit)
public static Image getTiffImage(RandomAccessFileOrArray s, int page)
s
- the file sourcepage
- the page to get. The first page is 1Image
public static Image getTiffImage(RandomAccessFileOrArray s, int page, boolean direct)
s
- the file sourcepage
- the page to get. The first page is 1direct
- for single strip, CCITT images, generate the image
by direct byte copying. It's faster but may not work
every timeImage
protected static Image getTiffImageColor(TIFFDirectory dir, RandomAccessFileOrArray s)
static long[] getArrayLongShort(TIFFDirectory dir, int tag)
public static void decodePackbits(byte[] data, byte[] dst)
public static void inflate(byte[] deflated, byte[] inflated)