How to filter an image

How to filter an image

         The `filter` method supports several filter types such as: `SmallRectangular`, `BigRectangular`, `GaussBlur` and `GaussWiener` to edit a photo or image. Applying rectangle filters will create the effect of looking through a glass placed before a camera through which we can see the picture with different filtered views. The rectangle filter need to set the rectangle dimensions and then apply them to your image by using Filter method with two options. The first option is a Rectangle object and the second is filter type options. You can apply a filter for a vector image as well, but you need to rasterize it before:

Follow the Aspose developer’s guide link for more filter examples on Python.