> ## 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 in der ABBYY FineReader Engine API — Bildformate und Kompressionsalgorithmen, die beim Speichern von Farbbildern verwendet werden.

Die Aufzählungskonstanten von ColorPictureFormatsEnum definieren die Bildformate oder Komprimierungsalgorithmen, die beim Speichern von Farbbildern verwendet werden.

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

<div id="elements">
  ## Elemente
</div>

| Name      | Beschreibung                                                                                                                                                            |
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CPF\_Auto | Das Format wird abhängig vom Ausgabedateiformat und den Einstellungen automatisch festgelegt.                                                                           |
| CPF\_J2K  | Farb-JPEG-2000-Format. <br /><br /> **Hinweis:** *Der Wert ist für die Formate PDF/A-1, RTF, DOCX, ODT, HTML, PPTX, FB2 und EPUB nicht verfügbar.*                      |
| CPF\_Jpeg | Farb-JPEG-Format.                                                                                                                                                       |
| CPF\_LZW  | LZW-Komprimierungsalgorithmus für Farbbilder. <br /><br /> **Hinweis:** *Der Wert ist für die Formate PDF/A, RTF, DOCX, ODT, HTML, PPTX, FB2 und EPUB nicht verfügbar.* |
| CPF\_Png  | Farb-PNG-Format. <br /><br /> **Hinweis:** *Der Wert ist für die Formate PDF und PDF/A nicht verfügbar.*                                                                |
| CPF\_Zip  | ZIP-Komprimierungsalgorithmus für Farbbilder. <br /><br /> **Hinweis:** *Der Wert ist für die Formate RTF, DOCX, ODT, HTML, PPTX, FB2 und EPUB nicht verfügbar.*        |

<div id="used-in">
  ## Verwendet in
</div>

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

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