English

Saturation Effect using SVG Color Matrix in C#

Saturation of an image describes the intensity of the color. The saturation effect is a common image processing technique that is used to make an image appear more vibrant. In this article, we’ll be discussing how to achieve the saturation effect using an SVG color matrix in C#.
October 13, 2022 · 4 min · Muzammil Khan

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