artofillusion.image
Class TIFFEncoder
java.lang.Object
artofillusion.image.TIFFEncoder
public class TIFFEncoder
- extends java.lang.Object
Method Summary |
void |
writeImage(java.io.DataOutputStream out)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NEW_SUBFILE_TYPE
public static final int NEW_SUBFILE_TYPE
- See Also:
- Constant Field Values
IMAGE_WIDTH
public static final int IMAGE_WIDTH
- See Also:
- Constant Field Values
IMAGE_LENGTH
public static final int IMAGE_LENGTH
- See Also:
- Constant Field Values
BITS_PER_SAMPLE
public static final int BITS_PER_SAMPLE
- See Also:
- Constant Field Values
COMPRESSION
public static final int COMPRESSION
- See Also:
- Constant Field Values
PHOTO_INTERP
public static final int PHOTO_INTERP
- See Also:
- Constant Field Values
IMAGE_DESCRIPTION
public static final int IMAGE_DESCRIPTION
- See Also:
- Constant Field Values
STRIP_OFFSETS
public static final int STRIP_OFFSETS
- See Also:
- Constant Field Values
SAMPLES_PER_PIXEL
public static final int SAMPLES_PER_PIXEL
- See Also:
- Constant Field Values
ROWS_PER_STRIP
public static final int ROWS_PER_STRIP
- See Also:
- Constant Field Values
STRIP_BYTE_COUNT
public static final int STRIP_BYTE_COUNT
- See Also:
- Constant Field Values
X_RESOLUTION
public static final int X_RESOLUTION
- See Also:
- Constant Field Values
Y_RESOLUTION
public static final int Y_RESOLUTION
- See Also:
- Constant Field Values
PLANAR_CONFIGURATION
public static final int PLANAR_CONFIGURATION
- See Also:
- Constant Field Values
RESOLUTION_UNIT
public static final int RESOLUTION_UNIT
- See Also:
- Constant Field Values
SOFTWARE
public static final int SOFTWARE
- See Also:
- Constant Field Values
DATE_TIME
public static final int DATE_TIME
- See Also:
- Constant Field Values
COLOR_MAP
public static final int COLOR_MAP
- See Also:
- Constant Field Values
EXTRA_SAMPLES
public static final int EXTRA_SAMPLES
- See Also:
- Constant Field Values
SAMPLE_FORMAT
public static final int SAMPLE_FORMAT
- See Also:
- Constant Field Values
TIFFEncoder
public TIFFEncoder(java.awt.Image im)
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
writeImage
public void writeImage(java.io.DataOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 1999-2011 by Peter Eastman.