Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
ColorResolutionCommand Class
See Also  Members  
Leadtools.ImageProcessing Namespace : ColorResolutionCommand Class



Converts an image from any bits-per-pixel to any bits-per-pixel.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class ColorResolutionCommand 
   Inherits RasterCommand
   Implements IRasterCommand 
Visual Basic (Usage)Copy Code
Dim instance As ColorResolutionCommand
C# 
public class ColorResolutionCommand : RasterCommand, IRasterCommand  
C++/CLI 
public ref class ColorResolutionCommand : public RasterCommand, IRasterCommand  

Remarks

This command provides flexibility in specifying the output destination and in specifying the palette to use.

For general information about dithering, refer to Color Resolution and Dithering.

You can convert the image in place or create a new converted image.

In specifying a palette, you can use simple palette options, or you can specify a palette that is tailored to your needs. The tailored palette can be any size that you specify. It can include specific colors, reserved blank entries, and open entries that this method fills with optimized colors.

For more information, refer to Introduction to Image Processing With LEADTOOLS.

Inheritance Hierarchy

System.Object
   Leadtools.ImageProcessing.RasterCommand
      Leadtools.ImageProcessing.ColorResolutionCommand

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also