Name | Description | |
---|---|---|
![]() | WebChangePixelFormatToBlackWhiteCommandJS | Initializes a new instance of the WebChangePixelFormatToBlackWhiteCommandJS class. |
Name | Description | |
---|---|---|
![]() | WebChangePixelFormatToBlackWhiteCommandJS | Initializes a new instance of the WebChangePixelFormatToBlackWhiteCommandJS class. |
Name | Description | |
---|---|---|
![]() | checkCommandParams | Checks command parameters before command execution. Throws an exception if parameters are NOT correct. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | execute | Overloaded. Executes the image processing command. (Inherited from WebImageProcessingCommandWithSourceChangeJS) |
![]() | get_ActionName | Gets action name. |
![]() | get_BinarizationMode | Gets the binarization mode. (Inherited from WebBinarizeCommandJS) |
![]() | get_CanModifyImage | Gets a value indicating whether this command can modify an image. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_ChangeSource | Gets a value indicating whether the changes must be saved in the source file. (Inherited from WebImageProcessingCommandWithSourceChangeJS) |
![]() | get_ConvertToBlackLevel | Gets the level to convert pixels with darker luminance to black for adaptive binarization mode. (Inherited from WebBinarizeCommandJS) |
![]() | get_ConvertToWhiteLevel | Gets the level to convert pixels with lighter luminance to white for adaptive binarization mode. (Inherited from WebBinarizeCommandJS) |
![]() | get_ExpandSupportedPixelFormats | Gets a value indicating whether the command needs to convert an image to the nearest pixel format (WebImageProcessingCommandBaseJS.get_SupportedNativePixelFormats) without color loss if command does not support pixel format of image. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_LuminanceComputationMode | Gets the luminance computation mode. (Inherited from WebBinarizeCommandJS) |
![]() | get_MaxLevelDifference | Gets the sensibility of dark pixels in light regions for adaptive binarization mode. (Inherited from WebBinarizeCommandJS) |
![]() | get_MinLevelDifference | Gets the sensibility of light pixels in dark regions for adaptive binarization mode. (Inherited from WebBinarizeCommandJS) |
![]() | get_RestoreSourcePixelFormat | Gets a value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_SupportedNativePixelFormats | Gets an array of supported native pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_SupportedPixelFormats | Gets an array of supported pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_Threshold | Gets the threshold for threshold binarization mode. (Inherited from WebBinarizeCommandJS) |
![]() | get_WindowRadius | Gets the radius of the local window for adaptive binarization mode. (Inherited from WebBinarizeCommandJS) |
![]() | getParams | Returns command parameters as JSON object. (Inherited from WebBinarizeCommandJS) |
![]() | set_BinarizationMode | Sets the binarization mode. (Inherited from WebBinarizeCommandJS) |
![]() | set_ChangeSource | Sets a value indicating whether the changes must be saved in the source file. (Inherited from WebImageProcessingCommandWithSourceChangeJS) |
![]() | set_ConvertToBlackLevel | Sets the level to convert pixels with darker luminance to black for adaptive binarization mode. (Inherited from WebBinarizeCommandJS) |
![]() | set_ConvertToWhiteLevel | Sets the level to convert pixels with lighter luminance to white for adaptive binarization mode. (Inherited from WebBinarizeCommandJS) |
![]() | set_ExpandSupportedPixelFormats | Sets a value indicating whether the command needs to convert an image to the nearest pixel format (WebImageProcessingCommandBaseJS.get_SupportedNativePixelFormats) without color loss if command does not support pixel format of image. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | set_LuminanceComputationMode | Sets the luminance computation mode. (Inherited from WebBinarizeCommandJS) |
![]() | set_MaxLevelDifference | Sets the sensibility of dark pixels in light regions for adaptive binarization mode. (Inherited from WebBinarizeCommandJS) |
![]() | set_MinLevelDifference | Sets the sensibility of light pixels in dark regions for adaptive binarization mode. (Inherited from WebBinarizeCommandJS) |
![]() | set_RestoreSourcePixelFormat | Sets a value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | set_Threshold | Sets the threshold for threshold binarization mode. (Inherited from WebBinarizeCommandJS) |
![]() | set_WindowRadius | Sets the radius of the local window for adaptive binarization mode. (Inherited from WebBinarizeCommandJS) |
WebChangePixelFormatToBlackWhiteCommandJS Class
Vintasoft.Imaging.ImageProcessing Namespace