Skip to content

Latest commit

 

History

History
 
 

ImageSharp

ImageSharp Samples

Various ImageSharp related samples.

  1. Avatar with rounded corners

    Crops rounded corners of a source image leaving a nice rounded avatar.

  2. Draw watermark on image

    Draw water mark over an image automaticaly scaling the font size to fill the avalible space.

  3. Change default encoder options

    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.

  4. Draw text along a path

    Draw some text following the contours of a path.