com.aspose.imaging.fileformats.psd.resources
Class ThumbnailFormat

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.imaging.fileformats.psd.resources.ThumbnailFormat
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class ThumbnailFormat
extends java.lang.Enum

Specifies thumbnail data format.

See Also:
Serialized Form

Field Summary
static int kJpegRGB
           Compressed Jpeg format.
static int kRawRGB
           Raw RGB format.
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

kJpegRGB

public static final int kJpegRGB

Compressed Jpeg format.

See Also:
Constant Field Values

kRawRGB

public static final int kRawRGB

Raw RGB format.

See Also:
Constant Field Values