> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ColorPictureFormatsEnum

ColorPictureFormatsEnum enumeration constants define the image formats or compression algorithms to be used when saving color images.

```
typedef enum {
 CPF_Jpeg = 0x00000001,
 CPF_Zip  = 0x00000002,
 CPF_LZW  = 0x00000004,
 CPF_J2K  = 0x00000008,
 CPF_Png  = 0x00000010,
 CPF_Auto = 0x00000020
} ColorPictureFormatsEnum;
```

## Elements

| Name        | Description                                                                                                                                                  |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| CPF\\\_Auto | The format is defined automatically depending on the output file format and settings.                                                                        |
| CPF\\\_J2K  | Color JPEG 2000 format. <br /><br /> **Note:** *The value is not available for PDF/A-1, RTF, DOCX, ODT, HTML, PPTX, FB2 and EPUB formats.*                   |
| CPF\\\_Jpeg | Color JPEG format.                                                                                                                                           |
| CPF\\\_LZW  | LZW compression algorithm for color images. <br /><br /> **Note:** *The value is not available for PDF/A, RTF, DOCX, ODT, HTML, PPTX, FB2 and EPUB formats.* |
| CPF\\\_Png  | Color PNG format. <br /><br /> **Note:** *The value is not available for PDF, PDF/A formats.*                                                                |
| CPF\\\_Zip  | ZIP compression algorithm for color images. <br /><br /> **Note:** *The value is not available for RTF, DOCX, ODT, HTML, PPTX, FB2 and EPUB formats.*        |

## Used in

[IPDFPictureCompressionParams::ColorPictureFormats](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicturecompressionparams#colorpictureformats)

[IPictureExportParams::ColorPictureFormats](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pictureexportparams#colorpictureformats)
