VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.HttpHandlers Namespace / VintasoftImageProcessingHandler Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftImageProcessingHandler Class Members
    In This Topic
    The following tables list the members exposed by VintasoftImageProcessingHandler.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftImageProcessingHandler class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the HTTP handler can work with undefined session.
    Public PropertyGets a value indicating whether another request can use this instance.
    Public Methods
     NameDescription
    Public MethodEnables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
    Protected Methods
     NameDescription
    Protected MethodAdds noise to an image.
    Protected MethodApplies the auto colors effect to an image.
    Protected MethodApplies the auto contrast effect to an image.
    Protected MethodApplies the auto levels effect to an image.
    Protected MethodApplies a bevel edge effect to an image.
    Protected MethodConverts an image to black-and-white image.
    Protected MethodApplies the blur filter to an image.
    Protected MethodPerforms the Butterworth highpass filtering in the frequency domain.
    Protected MethodPerforms the Butterworth lowpass filtering in the frequency domain.
    Protected MethodApplies the Canny edge detector filter to an image.
    Protected MethodChanges the brightness of an image.
    Protected MethodChanges the brightness and contrast of an image.
    Protected MethodChanges the contrast of an image.
    Protected MethodChanges the gamma of an image.
    Protected MethodChanges the hue, saturation and luminance of an image.
    Protected MethodConverts an image to different pixel formats.
    Protected MethodConverts an image to color (BGR) image.
    Protected MethodConverts an image to black-and-white image.
    Protected MethodConverts an image to grayscale image.
    Protected MethodConverts an image to palette image.
    Protected MethodClears an image stored on server.
    Protected MethodBlends the color components of 1-, 4-, 8-, 24- and 32-bpp image.
    Protected MethodBlends the color components of 48- and 64-bpp color image.
    Protected MethodCreates a data storage for global resources.
    Protected MethodCreates a cache manager that manages cache of image tiles.
    Protected MethodCreates a data storage for current session.
    Protected MethodCreates a cache manager that manages cache of thumbnails.
    Protected MethodCreates the VintasoftImageProcessingWebService that handles HTTP requests from clients and allows to process an image.
    Protected MethodCrops an image stored on server.
    Protected MethodChanges the color map of image with 8-bits per color channel.
    Protected MethodChanges the color map of image with 16-bits per color channel.
    Protected MethodConverts an image to grayscale image.
    Protected MethodApplies the morphological dilate filter to an image. This filter widens and enhances dark areas of the image.
    Protected MethodDraws image on a top of another image.
    Protected MethodApplies a drop shadow effect to an image.
    Protected MethodApplies the edge detection filter to an image.
    Protected MethodApplies the emboss filter to an image.
    Protected MethodApplies the morphological erode filter to an image. This filter widens and enhances bright areas of the image.
    Protected MethodExecutes HTTP command and returns the execution result.
    Protected MethodFills rectangles on an image.
    Protected MethodReleases all resources used by this object.
    Protected MethodFlips an image.
    Protected MethodApplies the gaussian blur filter to an image.
    Protected MethodPerforms the Gaussian highpass filtering in the frequency domain.
    Protected MethodPerforms the Gaussian lowpass filtering in the frequency domain.
    Protected MethodExtracts the alpha channel of an image.
    Protected MethodDetects a background color of an image.
    Protected MethodDetects a border color of an image.
    Protected MethodDetects border around an image.
    Protected MethodCalculates the number of colors in an image.
    Protected MethodGets an information about the histogram of the image.
    Protected MethodCalculates the real color depth of an image.
    Protected MethodDetects the binarization threshold of an image.
    Protected MethodReturns the color of image rectangular region if image region contains only one color.
    Protected MethodApplies the halftone command to an image stored on server.
    Protected MethodChecks whether an image contains a certain color.
    Protected MethodPerforms the ideal highpass filtering in the frequency domain.
    Protected MethodPerforms the ideal lowpass filtering in the frequency domain.
    Protected MethodCreates a grayscale image, which represents the result of comparing two images.
    Protected MethodChanges the image scale.
    Protected MethodIncreases sharpness of an image usint the highpass filtering in frequency domain.
    Protected MethodSmooths an image using the highpass filtering in frequency domain.
    Protected MethodInverts an image stored on server.
    Protected MethodChecks whether an image contains only black and white colors.
    Protected MethodChecks whether an image is blank.
    Protected MethodChecks whether an image contains only gray colors.
    Protected MethodChanges the color levels of an image.
    Protected MethodApplies an affine transformation to an image.
    Protected MethodApplies 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.
    Protected MethodApplies the arithmetic mean filter to an image.
    Protected MethodApplies 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.
    Protected MethodApplies the arithmetic midpoint filter to an image.
    Protected MethodApplies 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.
    Protected MethodApplies a mosaic effect to an image.
    Protected MethodApplies a motion blur effect to an image.
    Protected MethodApplies an oil painting effect to an image.
    Protected MethodOverlays image on a top of the another image.
    Protected MethodOverlays image on a top of the another image using one of the binary operation.
    Protected MethodOverlays image on a top of the another image using 8-bit image mask.
    Protected MethodOverlays an image on a top of the another image with blending of colors.
    Protected MethodApplies the pixelate effect to an image.
    Protected MethodApplies a posterize effect to an image.
    Protected MethodSkews an image using quadrilateral warp.
    Protected MethodApplies a red eye removal effect to an image.
    Protected MethodRemaps colors of image with 8-bits per color channel.
    Protected MethodRemaps colors of image with 16-bits per color channel.
    Protected MethodReplaces color in an image.
    Protected MethodChanges the image resolution with appropriate resizing. This command changes internal image size (in pixels), but not real image size (in inches or cm).
    Protected MethodResizes an image stored on server.
    Protected MethodResizes a canvas of image, which is stored on server.
    Protected MethodRotates an image.
    Protected MethodApplies the sepia (old photo) effect to an image.
    Protected MethodChanges the alpha channel of an image from the specified image-mask.
    Protected MethodSets a value of alpha channel for all pixels of image to the specified value.
    Protected MethodApplies the sharpen filter to an image.
    Protected MethodSkews an image horizontally or vertically.
    Protected MethodApplies a solarize effect to an image.
    Protected MethodApplies the tile reflection effect to an image.
    See Also