Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » pdf » codec » [javadoc | source]
com.lowagie.text.pdf.codec
public class: TiffImage [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.codec.TiffImage
Reads TIFF images
Method from com.lowagie.text.pdf.codec.TiffImage Summary:
decodePackbits,   getArrayLongShort,   getDpi,   getNumberOfPages,   getTiffImage,   getTiffImage,   getTiffImageColor,   inflate
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.codec.TiffImage Detail:
 public static  void decodePackbits(byte[] data,
    byte[] dst) 
 static long[] getArrayLongShort(TIFFDirectory dir,
    int tag) 
 static int getDpi(TIFFField fd,
    int resolutionUnit) 
 public static int getNumberOfPages(RandomAccessFileOrArray s) 
    Gets the number of pages the TIFF document has.
 public static Image getTiffImage(RandomAccessFileOrArray s,
    int page) 
    Reads a page from a TIFF image. Direct mode is not used.
 public static Image getTiffImage(RandomAccessFileOrArray s,
    int page,
    boolean direct) 
    Reads a page from a TIFF image.
 protected static Image getTiffImageColor(TIFFDirectory dir,
    RandomAccessFileOrArray s) 
 public static  void inflate(byte[] deflated,
    byte[] inflated)