ABBYY FineReader Engine 9.0 CLI for Linux
Export Picture Format Enum

www.ocr4linux.com / Documentation Home / PDF Export /Picture export format

 

ExportPictureFormatEnum enumeration constants specify the format or the image compression algorithm to be used during export to various formats. For some formats, images are exported as separate files or included into the resulting export file. Some enumeration constants may be unavailable for certain formats.

typedef enum {
	EPF_DontSave,
	EPF_Automatic,
	EPF_JpegColor,
	EPF_JpegGray,
	EPF_PngColor,
	EPF_PngGray,
	EPF_PngBlackWhite,
	EPF_ZipColor,
	EPF_ZipGray
	EPF_LZWColor,
	EPF_LZWGray,
	EPF_CCITT4,
	EPF_BmpColor,
	EPF_BmpGray,
	EPF_BmpBlackWhite,
	EPF_J2KColor,
	EPF_J2KGray,
	EPF_JBIG2
} ExportPictureFormatEnum; 

Elements

Name Description

EPF_DontSave

Images will not be exported.

EPF_Automatic

Format is defined automatically.

EPF_JpegColor

Images will be exported in color JPEG format.

EPF_JpegGray

Images will be exported in gray JPEG format.

EPF_PngColor

Images will be exported in color PNG format.

EPF_PngGray

Images will be exported in gray PNG format.

EPF_PngBlackWhite

Images will be exported in black-and-white PNG format.

EPF_ZipColor

Images will be exported in color using the ZIP compression algorithm.

EPF_ZipGray

Images will be exported in gray using the ZIP compression algorithm.

EPF_LZWColor

Images will be exported in color using the LZW compression algorithm.

EPF_LZWGray

Images will be exported in gray using the LZW compression algorithm.

EPF_CCITT4

Images will be exported in black-and-white using the CCITT4 compression algorithm.

EPF_BmpColor

Images will be exported in color BMP format.

EPF_BmpGray

Images will be exported in gray BMP format.

EPF_BmpBlackWhite

Images will be exported in black-and-white BMP format.

EPF_J2KColor

Images will be exported in color JPEG 2000 format.

EPF_J2KGray

Images will be exported in gray JPEG 2000 format.

EPF_JBIG2

Images will be exported in black-and-white using the JBIG2 compression algorithm.