| ImageFormat Enumeration |
Specifies formats for saving image files.
Namespace:
Opait.Api
Assembly:
Opait.Core (in Opait.Core.dll) Version: 1.3.3.0
Syntax Members
| Member name | Value | Description |
---|
| Automatic | 0 |
Automatically pick a format based on color depth and source format.
|
| Monochrome | 1 |
Convert to monochrome if necessary and save with G4 compression.
|
| GrayscalePng | 2 |
Save as grayscale PNG file.
|
| GrayscaleJpeg | 3 |
Save as grayscale JPEG file.
|
| ColorPng | 4 |
Save as lossless 24 bit PNG file.
|
| ColorJpeg | 5 |
Save as lossy 24 bit JPEG file.
|
See Also