English

Create Gaussian Blur Filter on SVG Image in C#

SVG or Scalable Vector Graphic images are popular due to their scalability and quality feature. You can apply several filters on SVG images based on your requirements. To blur and smooth an SVG image, you may apply a Gaussian blur filter. Following such use cases, this article discusses how to create a Gaussian blur filter on SVG image programmatically in C#.
September 20, 2022 · 2 min · Farhan Raza

Apply Gaussian Blur Filter on Images in C#

In certain cases, you may need to work with a Gaussian blur filter in your applications. Accordingly, this article covers how to apply the Gaussian blur filter on the images programmatically in C#.
April 24, 2022 · 2 min · Farhan Raza