You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Color Depth Conversion & Colors Reduction > ConvertTo8BppGrayScaleAdv Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.ConvertTo8BppGrayScaleAdv Method

Converts a GdPicture image to an 8-bits gray-scaled indexed color image. 

This function uses an advanced grayscale color reduction algorithm. 

The color table has 256 entries.

C#
public GdPictureStatus ConvertTo8BppGrayScaleAdv(
    int ImageID
);
Visual Basic
Public Function ConvertTo8BppGrayScaleAdv(
    ByVal ImageID As Integer
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Returns

A member of the GdPictureStatus enumeration.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.