Easily enhance your images with the .NET Plugin for Photo Filters. This plugin simplifies the application of various effects such as blur, exposure, sharpness, embossing, grayscale, and more. Achieve high-quality results with ease.
Image
classRectangle
to define filter areaImage.Filter
method to set the desired filterImage.Save
method to save or export the resultImageBatch
class for processing multiple images simultaneously.Aspose.Imaging
and ensure it’s valid.The plugin offers various filter types, including SmallRectangular, BigRectangular, Sharpen, MotionWiener, BilateralSmoothing, GaussBlur, GaussWiener, and Median.
Rectangle filters create the effect of placing a special glass before a camera, providing different filtered views of the picture.
Simply set the rectangle dimensions and apply them to your image using the Filter method. Use a Rectangle object and select the desired filter type as options.
No, for vector images, you need to rasterize them before applying filters. The plugin supports filtering for rasterized images.
Yes, set the rectangle dimensions, then apply them to your image using the Filter method. Choose a Rectangle object and specify the filter type options for the desired effect.