Name | Description | |
---|---|---|
![]() | WebGetImageColorDepthCommandJS | Initializes a new instance of the WebGetImageColorDepthCommandJS class. |
Name | Description | |
---|---|---|
![]() | WebGetImageColorDepthCommandJS | Initializes a new instance of the WebGetImageColorDepthCommandJS 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. |
![]() | get_ActionName | Gets action name. |
![]() | get_CanModifyImage | Gets a value indicating whether this command can modify an image. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_DetectBlackWhite | Gets a value indicating whether to check that an image is a black and white image. |
![]() | get_DetectGrayscale | Gets a value indicating whether to check that an image is a grayscale image. |
![]() | get_DetectIndexed1 | Gets a value indicating whether to check that an image is a palette image with 2 colors. |
![]() | get_DetectIndexed4 | Gets a value indicating whether to check that an image is a palette image with 16 colors. |
![]() | get_DetectIndexed8 | Gets a value indicating whether to check that an image is a palette image with 256 colors. |
![]() | 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_MaxInaccuracy | Gets the maximum permissible inaccuracy, as distance in RGB color space, when comparing two colors. |
![]() | 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) |
![]() | getParams | Returns command parameters as JSON object. |
![]() | set_DetectBlackWhite | Sets a value indicating whether to check that an image is a black and white image. |
![]() | set_DetectGrayscale | Sets a value indicating whether to check that an image is a grayscale image. |
![]() | set_DetectIndexed1 | Sets a value indicating whether to check that an image is a palette image with 2 colors. |
![]() | set_DetectIndexed4 | Sets a value indicating whether to check that an image is a palette image with 16 colors. |
![]() | set_DetectIndexed8 | Sets a value indicating whether to check that an image is a palette image with 256 colors. |
![]() | 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_MaxInaccuracy | Sets the maximum permissible inaccuracy, as distance in RGB color space, when comparing two colors. |
![]() | 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) |