ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearPopularityReductionOptions Class
Members




In This Topic
    ImGearPopularityReductionOptions Class
    In This Topic
    Defines options for popularity reduction.
    Object Model
    ImGearPopularityReductionOptions Class
    Syntax
    'Declaration
     
    Public Class ImGearPopularityReductionOptions 
    'Usage
     
    Dim instance As ImGearPopularityReductionOptions
    public class ImGearPopularityReductionOptions 
    public __gc class ImGearPopularityReductionOptions 
    public ref class ImGearPopularityReductionOptions 
    Remarks
    Popularity reduction reduces an image to 8bpp while retaining its most popular, or prevalent, colors. Use the MaxColors field option to specify the maximum number of colors wanted in the result.
    Inheritance Hierarchy

    System.Object
       ImageGear.Processing.ImGearPopularityReductionOptions

    See Also