ClearImageJNI
Class EFileFormat

java.lang.Object
  extended by ClearImageJNI.ECiBase
      extended by ClearImageJNI.EFileFormat

public class EFileFormat
extends ECiBase

Image file format


Field Summary
static EFileFormat ciBMP
          BMP format.
static EFileFormat ciEXT
          Format is based on file name extension
static EFileFormat cifICL
          Image Cash Letter format.
static EFileFormat cifPDF
          PDF Format.
static EFileFormat ciGIF
          GIF format.
static EFileFormat ciICO
          Windows icon format, 255x255 max.
static EFileFormat ciJBG
          JBIG format.
static EFileFormat ciJP2
          JPEG-2000 format.
static EFileFormat ciJPC
          JPEG 2000 Code stream.
static EFileFormat ciJPG
          JPEG format.
static EFileFormat ciPCX
          PCX format.
static EFileFormat ciPGX
          JPEG-2000 verification model.
static EFileFormat ciPNG
          Portable Network Graphic format.
static EFileFormat ciPNM
          Portable aNyMap format.
static EFileFormat ciTGA
          Targa format.
static EFileFormat ciTIFF
          Uncompressed TIFF format.
static EFileFormat ciTIFF_G3_1D
          TIFF Group3 compression, bpp=1
static EFileFormat ciTIFF_G4
          TIFF Group 4 compression, bpp=1
static EFileFormat ciTIFF_JPEG
          TIFF JPEG compression, bpp=8, 24
static EFileFormat ciTIFF_LZW
          enumerated constant ciTIFF_LZW
static EFileFormat ciTIFF_NEOL
          TIFF No-end-of-line compression, bpp=1
static EFileFormat ciWBMP
          Wireless Bitmap format, 255x255 max.
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static EFileFormat fromInt(int __n)
          Returns an enumerated value corresponding to a given integer.
 
Methods inherited from class ClearImageJNI.ECiBase
toInt, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ciEXT

public static EFileFormat ciEXT
Format is based on file name extension


ciBMP

public static EFileFormat ciBMP
BMP format. bpp= 1, 8, 24


ciPCX

public static EFileFormat ciPCX
PCX format. bpp= 1, 8, 24


ciTIFF

public static EFileFormat ciTIFF
Uncompressed TIFF format. bpp= 1, 8, 24


ciTIFF_G3_1D

public static EFileFormat ciTIFF_G3_1D
TIFF Group3 compression, bpp=1


ciTIFF_G4

public static EFileFormat ciTIFF_G4
TIFF Group 4 compression, bpp=1


ciTIFF_NEOL

public static EFileFormat ciTIFF_NEOL
TIFF No-end-of-line compression, bpp=1


ciTIFF_JPEG

public static EFileFormat ciTIFF_JPEG
TIFF JPEG compression, bpp=8, 24


ciGIF

public static EFileFormat ciGIF
GIF format. bpp= 1, 8, 24. Read only


ciJPG

public static EFileFormat ciJPG
JPEG format. bpp=8, 24


ciPNG

public static EFileFormat ciPNG
Portable Network Graphic format. bpp= 1, 8, 24


ciICO

public static EFileFormat ciICO
Windows icon format, 255x255 max. bpp=8, 24


ciTGA

public static EFileFormat ciTGA
Targa format. bpp=8, 24


ciWBMP

public static EFileFormat ciWBMP
Wireless Bitmap format, 255x255 max. bpp=1


ciJBG

public static EFileFormat ciJBG
JBIG format. bpp=1. Read only


ciJP2

public static EFileFormat ciJP2
JPEG-2000 format. bpp=8, 24


ciJPC

public static EFileFormat ciJPC
JPEG 2000 Code stream. bpp=8


ciPGX

public static EFileFormat ciPGX
JPEG-2000 verification model. bpp=8


ciPNM

public static EFileFormat ciPNM
Portable aNyMap format. bpp=8


ciTIFF_LZW

public static EFileFormat ciTIFF_LZW
enumerated constant ciTIFF_LZW


cifPDF

public static EFileFormat cifPDF
PDF Format. bpp=1,8,24


cifICL

public static EFileFormat cifICL
Image Cash Letter format. bpp=1,8,24

Method Detail

equals

public boolean equals(java.lang.Object __obj)
Compare two enumerated values for being equal

Overrides:
equals in class java.lang.Object

fromInt

public static EFileFormat fromInt(int __n)
Returns an enumerated value corresponding to a given integer.