←Select platform

CreateGrayscale Method

Summary
Creates a new grayscale RasterImage using the specified parameters.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static RasterImage CreateGrayscale( 
   int width, 
   int height, 
   int bitsPerPixel, 
   int resolution 
) 
+ (nullable instancetype)grayscaleImageWithWidth:(NSInteger)width 
                                          height:(NSInteger)height  
                                    bitsPerPixel:(NSInteger)bitsPerPixel  
                                      resolution:(NSInteger)resolution  
                                           error:(NSError **)error 
public static RasterImage createGrayscale( 
   int width, 
   int height, 
   int bitsPerPixel, 
   int resolution 
); 
public: 
static RasterImage^ CreateGrayscale(  
   int width, 
   int height, 
   int bitsPerPixel, 
   int resolution 
)  
def CreateGrayscale(self,width,height,bitsPerPixel,resolution): 

Parameters

width
Width of the image in pixels.

height
Height of the image in pixels.

bitsPerPixel
The number of bits per pixel.

Valid values are 8, 12, 16.

resolution
Value to be used as the x and y resolution for the image.

Return Value

The newly created grayscale RasterImage object.

Remarks

For more information about creating and working with grayscale images, refer to Grayscale Images.

Requirements

Target Platforms

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.