PsdImage.BinarizeFixed
PsdImage.BinarizeFixed method
Binarization of an image with predefined threshold
public override void BinarizeFixed(byte threshold)
Parameter | Type | Description |
---|---|---|
threshold | Byte | Threshold value. If corresponding gray value of a pixel is greater than threshold, a value of 255 will be assigned to it, 0 otherwise. |
See Also
- class PsdImage
- namespace Aspose.PSD.FileFormats.Psd
- assembly Aspose.PSD