type | Description |
WebAddNoiseCommandJS | Adds noise to an image. |
WebArithmeticConvolutionFilterCommandJS | Provides a base class for processing commands based on arithmetic convolution filter. |
WebAutoColorsCommandJS | Applies the auto colors effect to an image. |
WebAutoContrastCommandJS | Applies the auto contrast effect to an image. |
WebAutoLevelsCommandJS | Applies the auto levels effect to an image. |
WebBevelEdgeCommandJS | Applies a bevel edge effect to an image. |
WebBinarizeCommandJS | Converts an image to a black-white image. |
WebBlurCommandJS | Applies the blur filter to an image. |
WebButterworthHighpassCommandJS | Performs the Butterworth highpass filtering in the frequency domain. |
WebButterworthLowpassCommandJS | Performs the Butterworth lowpass filtering in the frequency domain. |
WebCannyEdgeDetectorCommandJS | Applies the Canny edge detector filter to an image. |
WebChangeBrightnessCommandJS | Changes the brightness of an image. |
WebChangeBrightnessContrastCommandJS | Changes the brightness and contrast of an image. |
WebChangeContrastCommandJS | Changes the contrast of an image. |
WebChangeGammaCommandJS | Changes the gamma of an image. |
WebChangeHSLCommandJS | Changes the hue, saturation and luminance of an image. |
WebChangePixelFormatCommandJS | Converts an image to the different pixel formats. |
WebChangePixelFormatToBgrCommandJS | Converts an image to a color (BGR) image. |
WebChangePixelFormatToBlackWhiteCommandJS | Converts an image to a black-white image. |
WebChangePixelFormatToGrayscaleCommandJS | Converts an image to a grayscale image. |
WebChangePixelFormatToPaletteCommandJS | Converts an image to a palette image. |
WebChannelRemapSettings | Provides settings of the remap colors commands. |
WebClearCommandJS | Clears the image and fills it with the specified background color. |
WebColorBaseJS | Provides information about color. |
WebColorBlend16CommandJS | Blends the color components of 48- and 64-bpp color image. |
WebColorBlendCommandJS | Blends the color components of 1-, 4-, 8-, 24- and 32-bpp image. |
WebColorReplaceSphereJS | Provides information about color replace sphere that allows to replace the colors. |
WebColorSphereJS | Provides information about color sphere in RGB space. |
WebConvolutionCommandJS | Provides a base class for processing commands based on convolution filter. |
WebCropCommandJS | Crops specified region of an image. |
WebCurves16CommandJS | Curves command for 16-bpc images. |
WebCurvesCommandJS | Curves command for 8-bpc images. |
WebDesaturateCommandJS | Converts an image to a grayscale image. |
WebDilateCommandJS | Applies the morphological dilate filter to an image. This filter widens and enhances dark areas of the image. |
WebDrawImageCommandJS | Draws image on a top of another image. |
WebDropShadowCommandJS | Applies a drop shadow effect to an image. |
WebEdgeDetectionCommandJS | Applies the edge detection filter to an image. |
WebEmbossCommandJS | Applies the emboss filter to an image. |
WebErodeCommandJS | Applies the morphological erode filter to an image. This filter widens and enhances bright areas of the image. |
WebFillRectangleCommandJS | Fills rectangles on an image. |
WebFlipCommandJS | Flips an image. |
WebGaussianBlurCommandJS | Applies the gaussian blur filter to an image. |
WebGaussianHighpassCommandJS | Performs the Gaussian highpass filtering in the frequency domain. |
WebGaussianLowpassCommandJS | Performs the Gaussian lowpass filtering in the frequency domain. |
WebGetAlphaChannelMaskCommandJS | Extracts the alpha channel of an image. |
WebGetBackgroundColorCommandJS | Detects a background color of an image. |
WebGetBorderColorCommandJS | Detects a border color of an image. |
WebGetBorderRectCommandJS | Detects a border color of an image. |
WebGetColorCountCommandJS | Calculates the number of colors in an image. |
WebGetHistogramCommandJS | Gets an information about the histogram of an image. |
WebGetImageColorDepthCommandJS | Calculates the real color depth of an image. |
WebGetThresholdCommandJS | Detects the binarization threshold of an image. |
WebGetUniqueColorCommandJS | Returns the color of image rectangular region if image region contains only one color. |
WebHalftoneCommandJS | Converts an image to halftone image using the Floyd-Steinberg dithering algorithm. |
WebHasCertainColorCommandJS | Checks whether an image contains a certain color. |
WebHighpassCommandJS | Performs highpass filtering in the frequency domain. |
WebIdealHighpassCommandJS | Performs the ideal highpass filtering in the frequency domain. |
WebIdealLowpassCommandJS | Performs the ideal lowpass filtering in the frequency domain. |
WebImageComparisonCommandJS | Creates a grayscale image, which represents the result of comparing two images. |
WebImageProcessingCommandBaseJS | Provides the base class for image processing commands, which can be applied to a web image. |
WebImageProcessingCommandWithRegionAndSourceChangeJS | Provides the base class for image processing commands, which can with image region and change image source. |
WebImageProcessingCommandWithRegionJS | Provides the base class for image processing commands, which can work with image region. |
WebImageProcessingCommandWithSourceChangeJS | Provides the base class for image processing commands, which can change image source. |
WebImageScalingCommandJS | Changes the image scale. |
WebImageSharpeningCommandJS | Increases sharpness of an image using the highpass filtering in frequency domain. |
WebImageSmoothingCommandJS | Smooths an image using highpass filtering in frequency domain. |
WebInvertCommandJS | Inverts colors of an image. |
WebIsImageBlackWhiteCommandJS | Checks whether an image contains only black and white colors. |
WebIsImageBlankCommandJS | Checks whether an image is blank. |
WebIsImageGrayscaleCommandJS | Checks whether an image contains only gray colors. |
WebLevelsCommandJS | Changes the color levels of an image. |
WebLowpassCommandJS | Performs the lowpass filtering in the frequency domain. |
WebMatrixTransformCommandJS | Applies an affine transformation to an image. |
WebMaximumCommandJS | Applies the arithmetic maximum filter to an image. The maximum filter is defined as the maximum of all pixels within a local region of an image. |
WebMeanCommandJS | Applies the arithmetic mean filter to an image. |
WebMedianCommandJS | Applies the arithmetic median filter to an image. The median filter is defined as the median of all pixels within a local region of an image. |
WebMidPointCommandJS | Applies the arithmetic midpoint filter to an image. |
WebMinimumCommandJS | Applies the arithmetic minimum filter to an image. The minimum filter is defined as the minimum of all pixels within a local region of an image. |
WebMosaicCommandJS | Applies a mosaic effect to an image. |
WebMotionBlurCommandJS | Applies a motion blur effect to an image. |
WebOilPaintingCommandJS | Applies an oil painting effect to an image. |
WebOverlayBinaryCommandJS | Overlays image on a top of the another image using one of binary operation. |
WebOverlayCommandJS | Overlays image on a top of the another image. |
WebOverlayMaskedCommandJS | Overlays image on a top of the another image using 8-bit image mask. |
WebOverlayWithBlendingCommandJS | Overlays image with blending on a top of the another image using 8-bit image mask. |
WebPixelateCommandJS | Applies the pixelate effect to an image. |
WebPosterizeCommandJS | Applies a posterize effect to an image. |
WebQuadrilateralWarpCommandJS | Skews an image using quadrilateral warp. |
WebRedEyeRemovalCommandJS | Applies the red eye removal effect to an image. |
WebRemapColors16CommandJS | Remaps the colors in images with 16-bits per color channel. |
WebRemapColorsCommandJS | Remaps the colors in images with 8-bits per color channel. |
WebReplaceColorCommandJS | Replaces color in an image. |
WebResampleCommandJS | Changes the image resolution with appropriate resizing. This command changes internal image size (in pixels), but not real image size (in inches or cm). |
WebResizeCanvasCommandJS | Changes size of an image canvas. |
WebResizeCommandJS | Changes size of an image without changing resolution. |
WebRotateCommandJS | Rotates an image. |
WebSepiaCommandJS | Applies the sepia (old photo) effect to an image. |
WebSetAlphaChannelMaskCommandJS | Changes the alpha channel of an image from the specified image-mask. |
WebSetAlphaChannelValueCommandJS | Sets value of alpha channel for all image pixels to the specified value. |
WebSharpenCommandJS | Applies the sharpen filter to an image. |
WebSkewCommandJS | Skews an image horizontally or vertically. |
WebSolarizeCommandJS | Applies a solarize effect to an image. |
WebTileReflectionCommandJS | Applies the tile reflection effect to an image. |