PxImageWriter_Type Enumeration
typedef enum { ... } PxImageWriter_Type;
The output format a PxImageWriter produces.
Enumeration Cases
| Name | Summary |
|---|---|
| PxImageWriter_Type_JPEG | JPEG. |
| PxImageWriter_Type_PDF | PDF. |
| PxImageWriter_Type_PNG | PNG (basic). |
| PxImageWriter_Type_PNG_EXT | PNG with additional configuration options. |
| PxImageWriter_Type_TIFF | TIFF. |