[C#]
using (Bitmap bm = (Bitmap)Bitmap.FromFile(Server.MapPath("rez/timon-studler-6GH_7bVIWsk-unsplash.jpg"))) {
Effects.Sharpen(bm);
bm.Save(Server.MapPath("IG8_Effects_Sharpen.jpg"));
}
Here we apply a Sharpen filter to an image. Ouput files are
shown below.

timon-studler-6GH_7bVIWsk-unsplash.jpg

IG8_Effects_Sharpen.jpg
|