// Parameters var successFunc; // Type: object var errorFunc; // Type: object var instance = new Vintasoft.Imaging.ImageProcessing.WebHalftoneCommandJS(successFunc, errorFunc);
function WebHalftoneCommandJS;
// Parameters var successFunc; // Type: object var errorFunc; // Type: object var instance = new Vintasoft.Imaging.ImageProcessing.WebHalftoneCommandJS(successFunc, errorFunc);
function WebHalftoneCommandJS;
Object
Vintasoft.Imaging.ImageProcessing.WebHalftoneCommandJS
Name | Description | |
---|---|---|
![]() | WebHalftoneCommandJS Constructor | Converts an image to halftone image. This class implements Floyd-Steinberg dithering algorithm. |
Name | Description | |
---|---|---|
![]() ![]() | superclass |
Name | Description | |
---|---|---|
![]() | checkCommandParams | Checks command parameters before command execution. Throws an exception if parameters are NOT correct. |
![]() | execute | Executes the image processing command. |
![]() | get_ActionName | Gets action name. |
![]() | get_ChangeSource | Gets a value indicating whether the changes must be saved in the source file. |
![]() | get_SupportedPixelFormats | Gets an array of supported pixel formats. |
![]() | getParams | Returns command parameters as object. |
![]() | set_ChangeSource | Sets a value indicating whether the changes must be saved in the source file. |