ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearBayerReductionOptions Class
Members




In This Topic
    ImGearBayerReductionOptions Class
    In This Topic
    Defines reduction options for Bayer reduction.
    Object Model
    ImGearBayerReductionOptions Class
    Syntax
    'Declaration
     
    Public Class ImGearBayerReductionOptions 
    'Usage
     
    Dim instance As ImGearBayerReductionOptions
    public class ImGearBayerReductionOptions 
    public __gc class ImGearBayerReductionOptions 
    public ref class ImGearBayerReductionOptions 
    Remarks
    A Bayer dithering algorithm is used to reduce the number of colors (or shades of gray) in the image. Note that setting the output channel depth to 1 will reduce the image to monochrome or black-and-white. Also, the output channel depth must be less than the input channel depth, or an error will result.
    Inheritance Hierarchy

    System.Object
       ImageGear.Processing.ImGearBayerReductionOptions

    See Also