'Declaration Public Shared Sub Reduce( _ ByVal page As ImGearRasterPage, _ ByVal colorSpace As ImGearColorSpace, _ ByVal channelDepths() As Integer, _ ByVal reductionMethod As ImGearReductionMethods, _ ByVal options As ImGearReductionOptions _ )
'Usage Dim page As ImGearRasterPage Dim colorSpace As ImGearColorSpace Dim channelDepths() As Integer Dim reductionMethod As ImGearReductionMethods Dim options As ImGearReductionOptions ImGearRasterProcessing.Reduce(page, colorSpace, channelDepths, reductionMethod, options)
public static void Reduce( ImGearRasterPage page, ImGearColorSpace colorSpace, int[] channelDepths, ImGearReductionMethods reductionMethod, ImGearReductionOptions options )
public: static void Reduce( ImGearRasterPage* page, ImGearColorSpace colorSpace, int[]* channelDepths, ImGearReductionMethods reductionMethod, ImGearReductionOptions* options )
public: static void Reduce( ImGearRasterPage^ page, ImGearColorSpace colorSpace, array<int>^ channelDepths, ImGearReductionMethods reductionMethod, ImGearReductionOptions^ options )
Parameters
- page
- Image to reduce bit depth.
- colorSpace
- Color space to reduce image to.
- channelDepths
- Channel depths to reduce image to.
- reductionMethod
- Method to use for reducing bit depth.
- options
- Options to use for reduction, or set to null to use defaults.