ConvertOptions Enumeration
|
|
Defines convert options.
Namespace:
MediaCy.Commands.Image
Assembly:
MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
SyntaxPublic Enumeration ConvertOptions
Members
| Member name | Value | Description |
---|
| Scale | 0 |
Pixel values are scaled to the destination image dynamic range.
|
| BestFit | 1 |
Source best-fit range scaled to the destination image dynamic range.
|
| Direct | 2 |
Pixel values are not scaled to the destination image dynamic range, but are simply copied.
|
| Custom | 3 |
Use user defined source and destination ranges.
|
Remarks
See Also