Designed to handle most common-used color modes, RasterEdge .NET Imaging Processing SDK allows users to work with RGB color, CMYK color, Grayscale, Indexed color, Lab color images and other any imaging requirement in your business. These functions can be used to detect image color mode (include Indexed8bpp, GrayScale8bpp, Indexed1bpp, RGB888 and more) and convert into RGB color, CMYK color, Grayscale, Indexed color, Lab color image modes according to your needs.
Related .net document control helps:
asp.net image viewer zoom: ASP.NET Image Viewer Control(MVC & WebForms): view, annotate, redact, convert image files in html, JQuery
asp.net pdf viewer control: ASP.NET PDF Viewer Control: view, navigate, zoom Adobe PDF document in C# ASP.NET
asp.net edit pdf image control:
ASP.NET PDF Image Edit Control: online insert, edit PDF images in C#
asp.net edit pdf page:
ASP.NET PDF Pages Edit Control: add, remove, sort, replace PDF pages online using C#
asp.net pdf document viewer: ASP.NET PDF Document Viewer in C#: open, display, view, annotate, redact Adobe PDF files online in ASP.NET MVC & WebForm...
mvc document viewer: ASP.NET MVC Document Viewer: view, annotate, redact files on ASP.NET MVC web projects
asp.net ppt viewer: ASP.NET PowerPoint Document Viewer Control (MVC & WebForms): view ppt, pptx files online in C# using ASP.NET
Mode Conversion Functions
- Detect image color mode and return a grayscale image
- Detect, convert other image color mode to Monochrome image
- Get image color mode information and convert to RGB color image
- Support CMYK color mode detection and conversion
- Convert other image color mode to Indexed Color image
- Convert other image color mode to Lab Color image
Start Image Processing Mode Conversion
Before mode conversion, please get a 30-day free evaluation first!
- Run ImageProcessing.exe;
- Go to "File" in toolbar & select "Open" to load images from local folders;
- Go to "Image" in toolbar & select "Monochrome" in "Mode" to return monochrome image;
- Select "Grayscale" in "Mode" to return a grayscale image;
- Select "Indexed Color" in "Mode" to return Indexed color image;
- Select "RGB Color" in "Mode" to return RGB color image;
- Select "CMYK Color" in "Mode" to return CMYK color image;
- Select "Lab Color" in "Mode" to return lab color image;
Want to find more tutorials, please go to our
Online Tutorials to find detailed user guide and check out how much they can do out of the box!
More Image Processing Functions