Various ImageSharp related samples.
-
Applies an image effect only inside a shape c#
Provides a working example on how to compose various process together to apply a blur but only to a portion of the image specified by a shape.
-
Avatar with rounded corners c#
Crops rounded corners of a source image leaving a nice rounded avatar.
-
Change default encoder options c#
Provides an example on how you go about switching out the registered encoder for a file format and changing its default options in the process.
-
Draw text along a path c#
Draw some text following the contours of a path.
-
Draw watermark on image c#
Draw water mark over an image automatically scaling the font size to fill the available space.
-
Render a QR code c#
Performs optimized per-pixel color application to render a QR code.
-
Resize and add simple effect c# vb
Simple sample of sizing a jpeg and making it greyscale before saving it out as a png.