70a351e6e6
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/SixLabors/ImageSharp/releases) - [Commits](https://github.com/SixLabors/ImageSharp/compare/v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: SixLabors.ImageSharp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
ApplyEffectInsideShape | ||
AvatarWithRoundedCorner | ||
BlurMultiplePartsOfImage | ||
ChangeDefaultEncoderOptions | ||
DrawWaterMarkOnImage | ||
DrawingTextAlongAPath | ||
RenderQRCode | ||
ResizeImage | ||
ResizeImageVB | ||
README.md |
README.md
ImageSharp Samples
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.