Various ImageSharp related samples.
-
Resize and add simple effect c# vb
Simple sample of sizing a jpeg and making it greyscale before saving it out as a png.
-
Avatar with rounded corners c#
Crops rounded corners of a source image leaving a nice rounded avatar.
-
Draw watermark on image c#
Draw water mark over an image automaticaly scaling the font size to fill the avalible space.
-
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.
