Full API information for OSDxImaging DLL

ImagingFxFilterThroughWhites Method

Sets all pixels that are not white (255 in a 8BPP image) to black (0). That is binarisation of image with threshold of 255

Definition

Namespace: OSDx
Assembly: OSDxImaging (in OSDxImaging.dll) Version: 3.0.0.0 (3.0.0.0)
C#
public void FilterThroughWhites(
	Bitmap BMPIndex,
	Bitmap BMPMask
)

Parameters

BMPIndex  Bitmap
The index image supplied - this image changes after the operation
BMPMask  Bitmap
The mask image applied - the mask does not change

See Also