VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Types SeeAlso
In This Topic
    Vintasoft.Imaging.ImageProcessing Namespace (Vintasoft.Imaging.JS)
    In This Topic
    Contains JavaScript classes for processing of images.
    Types
    typeDescription
    Adds noise to an image.
    Provides a base class for processing commands based on arithmetic convolution filter.
    Applies the auto colors effect to an image.
    Applies the auto contrast effect to an image.
    Applies the auto levels effect to an image.
    Applies a bevel edge effect to an image.
    Converts an image to a black-white image.
    Applies the blur filter to an image.
    Performs the Butterworth highpass filtering in the frequency domain.
    Performs the Butterworth lowpass filtering in the frequency domain.
    Applies the Canny edge detector filter to an image.
    Changes the brightness of an image.
    Changes the brightness and contrast of an image.
    Changes the contrast of an image.
    Changes the gamma of an image.
    Changes the hue, saturation and luminance of an image.
    Converts an image to the different pixel formats.
    Converts an image to a color (BGR) image.
    Converts an image to a black-white image.
    Converts an image to a grayscale image.
    Converts an image to a palette image.
    Provides settings of the remap colors commands.
    Clears the image and fills it with the specified background color.
    Provides information about color.
    Blends the color components of 48- and 64-bpp color image.
    Blends the color components of 1-, 4-, 8-, 24- and 32-bpp image.
    Provides information about color replace sphere that allows to replace the colors.
    Provides information about color sphere in RGB space.
    Provides a base class for processing commands based on convolution filter.
    Crops specified region of an image.
    Curves command for 16-bpc images.
    Curves command for 8-bpc images.
    Converts an image to a grayscale image.
    Applies the morphological dilate filter to an image. This filter widens and enhances dark areas of the image.
    Draws image on a top of another image.
    Applies a drop shadow effect to an image.
    Applies the edge detection filter to an image.
    Applies the emboss filter to an image.
    Applies the morphological erode filter to an image. This filter widens and enhances bright areas of the image.
    Fills rectangles on an image.
    Flips an image.
    Applies the gaussian blur filter to an image.
    Performs the Gaussian highpass filtering in the frequency domain.
    Performs the Gaussian lowpass filtering in the frequency domain.
    Extracts the alpha channel of an image.
    Detects a background color of an image.
    Detects a border color of an image.
    Detects a border color of an image.
    Calculates the number of colors in an image.
    Gets an information about the histogram of an image.
    Calculates the real color depth of an image.
    Detects the binarization threshold of an image.
    Returns the color of image rectangular region if image region contains only one color.
    Converts an image to halftone image using the Floyd-Steinberg dithering algorithm.
    Checks whether an image contains a certain color.
    Performs highpass filtering in the frequency domain.
    Performs the ideal highpass filtering in the frequency domain.
    Performs the ideal lowpass filtering in the frequency domain.
    Creates a grayscale image, which represents the result of comparing two images.
    Provides the base class for image processing commands, which can be applied to a web image.
    Provides the base class for image processing commands, which can with image region and change image source.
    Provides the base class for image processing commands, which can work with image region.
    Provides the base class for image processing commands, which can change image source.
    Changes the image scale.
    Increases sharpness of an image using the highpass filtering in frequency domain.
    Smooths an image using highpass filtering in frequency domain.
    Inverts colors of an image.
    Checks whether an image contains only black and white colors.
    Checks whether an image is blank.
    Checks whether an image contains only gray colors.
    Changes the color levels of an image.
    Performs the lowpass filtering in the frequency domain.
    Applies an affine transformation to an image.
    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.
    Applies the arithmetic mean filter to an image.
    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.
    Applies the arithmetic midpoint filter to an image.
    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.
    Applies a mosaic effect to an image.
    Applies a motion blur effect to an image.
    Applies an oil painting effect to an image.
    Overlays image on a top of the another image using one of binary operation.
    Overlays image on a top of the another image.
    Overlays image on a top of the another image using 8-bit image mask.
    Overlays image with blending on a top of the another image using 8-bit image mask.
    Applies the pixelate effect to an image.
    Applies a posterize effect to an image.
    Skews an image using quadrilateral warp.
    Applies the red eye removal effect to an image.
    Remaps the colors in images with 16-bits per color channel.
    Remaps the colors in images with 8-bits per color channel.
    Replaces color in an image.
    Changes the image resolution with appropriate resizing. This command changes internal image size (in pixels), but not real image size (in inches or cm).
    Changes size of an image canvas.
    Changes size of an image without changing resolution.
    Rotates an image.
    Applies the sepia (old photo) effect to an image.
    Changes the alpha channel of an image from the specified image-mask.
    Sets value of alpha channel for all image pixels to the specified value.
    Applies the sharpen filter to an image.
    Skews an image horizontally or vertically.
    Applies a solarize effect to an image.
    Applies the tile reflection effect to an image.
    See Also