Name | Description | |
---|---|---|
![]() | WebImageProcessingCommandBaseJS | Initializes a new instance of the WebImageProcessingCommandBaseJS class. |
Name | Description | |
---|---|---|
![]() | WebImageProcessingCommandBaseJS | Initializes a new instance of the WebImageProcessingCommandBaseJS class. |
Name | Description | |
---|---|---|
![]() | checkCommandParams | Checks command parameters before command execution. Throws an exception if parameters are NOT correct. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | get_SupportedNativePixelFormats | Gets an array of supported native pixel formats for this processing command. |
![]() | get_SupportedPixelFormats | Gets an array of supported pixel formats for this processing command. |
![]() | getParams | Returns command parameters as JSON object. |
![]() | 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. |
![]() | 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. |