This function resizes a 1-bit image and displays it in high quality (8 bit grayscale).

[C++Builder]   HANDLE IKResizeRefine1BitImage(HANDLE Handle, long Width, long Height);
[Delphi]    function IKResizeRefine1BitImage(Handle: THandle; Width, Height: Longint): THandle;

Parameters

Name Explanation
Handle The image handle of the raster image.
Width The width of the resized image in pixels
Height The height of the resized image in pixels

Return Value

If successful, the image handle of the created raster image is returned. If unsuccessful, 0 is returned

Explanation

The IKResizeRefine1BitImage function resizes a 1 bit image and displays it in high quality (8 bit grayscale). Note: The image data referred to by the Handle parameter is not freed after this function is executed.

 

The ImageKit10 VCL is a product created by Newtone Corporation