ImageFileFormatEnum
ImageFileFormatEnum enumeration constants are used to specify the format of image file.
typedef enum {
IFF_Bmp,
IFF_Dcx,
IFF_Jpg,
IFF_J2k,
IFF_JBIG2,
IFF_Pcx,
IFF_Pdf,
IFF_Png,
IFF_Tif,
IFF_Gif,
IFF_DjVu
} ImageFileFormatEnum;
Elements
Name | Description |
---|---|
IFF_Bmp | BMP format. |
IFF_Dcx | DCX format. |
IFF_Jpg | JPEG format. |
IFF_J2k | JPEG 2000 format. |
IFF_JBIG2 | JBIG2 format. |
IFF_Pcx | PCX format. |
IFF_Pdf | PDF format. |
IFF_Png | PNG format. |
IFF_Tif | TIFF format. |
IFF_Gif | GIF format. ABBYY FlexiCapture 12 SDK does not save image files in this format. |
IFF_DjVu | DjVu format. ABBYY FlexiCapture 12 SDK does not save image files in this format. |
Used in
8/15/2023 1:19:30 PM