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

Like the ConvertTo1Bpp() function but without applying pixel color reduction. 

Use this function to convert a black and white image to 1 bit per pixel color palette. 

The color table has 2 entries: 1 Black & 1 White.

C#
public GdPictureStatus ConvertTo1BppFast(
    int ImageID
);
Visual Basic
Public Function ConvertTo1BppFast(
    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.