| Name | Description |
 | AddNoise | Adds noise to an image. |
 | AutoColors | Applies the auto colors effect to an image. |
 | AutoContrast | Applies the auto contrast effect to an image. |
 | AutoLevels | Applies the auto levels effect to an image. |
 | BevelEdge | Applies a bevel edge effect to an image. |
 | Binarize | Converts an image to black-and-white image. |
 | Blur | Applies the blur filter to an image. |
 | ButterworthHighpass | Performs the Butterworth highpass filtering in the frequency domain. |
 | ButterworthLowpass | Performs the Butterworth lowpass filtering in the frequency domain. |
 | CannyEdgeDetector | Applies the Canny edge detector filter to an image. |
 | ChangeBrightness | Changes the brightness of an image. |
 | ChangeBrightnessContrast | Changes the brightness and contrast of an image. |
 | ChangeContrast | Changes the contrast of an image. |
 | ChangeGamma | Changes the gamma of an image. |
 | ChangeHSL | Changes the hue, saturation and luminance of an image. |
 | ChangePixelFormat | Changes the pixel format of image. |
 | ChangePixelFormatToBgr | Converts an image to color (BGR) image. |
 | ChangePixelFormatToBlackWhite | Converts an image to black-and-white image. |
 | ChangePixelFormatToGrayscale | Converts an image to grayscale image. |
 | ChangePixelFormatToPalette | Converts an image to palette image. |
 | Clear | Clears an image. |
 | ColorBlend | Blends the color components of 1-, 4-, 8-, 24- and 32-bpp image. |
 | ColorBlend16 | Blends the color components of 48- and 64-bpp color image. |
 | Crop | Crops an image. |
 | Curves | Changes the color map of image with 8-bits per color channel. |
 | Curves16 | Changes the color map of image with 16-bits per color channel. |
 | Desaturate | Converts an image to a grayscale image. |
 | Dilate | Applies the morphological dilate filter to an image. This filter widens and enhances dark areas of the image. |
 | DrawImage | Draws image on a top of another image. |
 | DropShadow | Applies a drop shadow effect to an image. |
 | EdgeDetection | Applies the edge detection filter to an image. |
 | Emboss | Applies the emboss filter to an image. |
 | Erode | Applies the morphological erode filter to an image. This filter widens and enhances bright areas of the image. |
 | FillRectangle | Fills rectangles on an image. |
 | Flip | Flips an image. |
 | GaussianBlur | Applies the gaussian blur filter to an image. |
 | GaussianHighpass | Performs the Gaussian highpass filtering in the frequency domain. |
 | GaussianLowpass | Performs the Gaussian lowpass filtering in the frequency domain. |
 | GetAlphaChannelMask | Extracts the alpha channel of an image. |
 | GetBackgroundColor | Detects a background color of an image. |
 | GetBorderColor | Detects a border color of an image. |
 | GetBorderRect | Detects border around an image. |
 | GetColorCount | Calculates the number of colors in an image. |
 | GetHistogram | Gets an information about the histogram of the image. |
 | GetImageColorDepth | Calculates the real color depth of an image. |
 | GetThreshold | Detects the binarization threshold of an image. |
 | GetUniqueColor | Returns the color of image rectangular region if image region contains only one color. |
 | Halftone | Applies the halftone command to an image stored on server. |
 | HasCertainColor | Checks whether an image has certain color. |
 | IdealHighpass | Performs the ideal highpass filtering in the frequency domain. |
 | IdealLowpass | Performs the ideal lowpass filtering in the frequency domain. |
 | ImageComparison | Creates a grayscale image, which represents the result of comparing two images. |
 | ImageScaling | Changes the image scale. |
 | ImageSharpening | Increases sharpness of an image using the highpass filtering in frequency domain. |
 | ImageSmoothing | Smooths an image using the highpass filtering in frequency domain. |
 | Invert | Inverts an image. |
 | IsImageBlackWhite | Checks whether an image, which is stored on server contains only black and white colors. |
 | IsImageBlank | Checks whether an image is blank. |
 | IsImageGrayScale | Checks whether an image, which is stored on server contains only gray colors. |
 | Levels | Changes the color levels of an image. |
 | MatrixTransform | Applies an affine transformation to an image. |
 | Maximum | 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. |
 | Mean | Applies the arithmetic mean filter to an image. |
 | Median | 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. |
 | MidPoint | Applies the arithmetic midpoint filter to an image. |
 | Minimum | 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. |
 | Mosaic | Applies a mosaic effect to an image. |
 | MotionBlur | Applies a motion blur effect to an image. |
 | OilPainting | Applies an oil painting effect to an image. |
 | Overlay | Overlays image on a top of the another image. |
 | OverlayBinary | Overlays image on a top of the another image using one of the binary operation. |
 | OverlayMasked | Overlays image on a top of the another image using 8-bit image mask. |
 | OverlayWithBlending | Overlays an image on a top of the another image with blending of colors. |
 | Pixelate | Applies the pixelate effect to an image. |
 | Posterize | Applies a posterize effect to an image. |
 | QuadrilateralWarp | Skews an image using quadrilateral warp. |
 | RedEyeRemoval | Applies a red eye removal effect to an image. |
 | RemapColors | Remaps colors of image with 8-bits per color channel. |
 | RemapColors16 | Remaps colors of image with 16-bits per color channel. |
 | ReplaceColor | Replaces color in an image. |
 | Resample | Changes the image resolution with appropriate resizing. This command changes internal image size (in pixels), but not real image size (in inches or cm). |
 | Resize | Resizes an image. |
 | ResizeCanvas | Resizes an image canvas. |
 | Rotate | Rotates an image. |
 | Sepia | Applies the sepia (old photo) effect to an image. |
 | SetAlphaChannelMask | Changes the alpha channel of an image from the specified image-mask. |
 | SetAlphaChannelValue | Sets a value of alpha channel for all pixels of image to the specified value. |
 | Sharpen | Applies the sharpen filter to an image. |
 | Skew | Skews an image horizontally or vertically. |
 | Solarize | Applies a solarize effect to an image. |
 | TileReflection | Applies the tile reflection effect to an image. |