artofillusion.image
Class TIFFEncoder

java.lang.Object
  extended by artofillusion.image.TIFFEncoder

public class TIFFEncoder
extends java.lang.Object


Field Summary
static int BITS_PER_SAMPLE
           
static int COLOR_MAP
           
static int COMPRESSION
           
static int DATE_TIME
           
static int EXTRA_SAMPLES
           
static int IMAGE_DESCRIPTION
           
static int IMAGE_LENGTH
           
static int IMAGE_WIDTH
           
static int NEW_SUBFILE_TYPE
           
static int PHOTO_INTERP
           
static int PLANAR_CONFIGURATION
           
static int RESOLUTION_UNIT
           
static int ROWS_PER_STRIP
           
static int SAMPLE_FORMAT
           
static int SAMPLES_PER_PIXEL
           
static int SOFTWARE
           
static int STRIP_BYTE_COUNT
           
static int STRIP_OFFSETS
           
static int X_RESOLUTION
           
static int Y_RESOLUTION
           
 
Constructor Summary
TIFFEncoder(java.awt.Image im)
           
 
Method Summary
 void writeImage(java.io.DataOutputStream out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TIFFEncoder

public TIFFEncoder(java.awt.Image im)
            throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException
Method Detail

writeImage

public void writeImage(java.io.DataOutputStream out)
                throws java.io.IOException
Throws:
java.io.IOException


Copyright © 1999-2011 by Peter Eastman.