Click or drag to resize

ConvertOptions Enumeration

Defines convert options.

Namespace:  MediaCy.Commands.Image
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration ConvertOptions
Members
  Member nameValueDescription
Scale0 Pixel values are scaled to the destination image dynamic range.
BestFit1 Source best-fit range scaled to the destination image dynamic range.
Direct2 Pixel values are not scaled to the destination image dynamic range, but are simply copied.
Custom3 Use user defined source and destination ranges.
Remarks