How to filter an image

How to filter an image

         With Aspose.Imaging you can apply filters with different filtering options like: `Sharpen`, `MotionWiener`, `BilateralSmoothing`, `GaussBlur` and `Median` to edit a photo or image. Using a rectangle filter creates the effect of a special glass put before a camera through which we can see the picture. To apply a rectangle filter an image passes the `Rectangle` object as a first parameter of the Filter method and the second parameter a filter type options. Applying the filter to a vector image is also possible, in this case, the vector image needs to be rasterized before that:

More Java code examples you can find in the Aspose documentation.