Samples/ImageSharp
dependabot[bot] 70a351e6e6
Bump SixLabors.ImageSharp in /ImageSharp/ResizeImageVB
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>
2024-08-21 14:24:04 +00:00
..
ApplyEffectInsideShape Update samples 2024-06-25 21:14:36 +10:00
AvatarWithRoundedCorner Fix Rounded corners appearing black 2024-08-06 19:23:28 +10:00
BlurMultiplePartsOfImage with rotation support 2024-04-25 07:44:38 +01:00
ChangeDefaultEncoderOptions Update samples 2024-06-25 21:14:36 +10:00
DrawWaterMarkOnImage Update samples 2024-06-25 21:14:36 +10:00
DrawingTextAlongAPath Use more effecient draw text apis that support emojii 2024-08-20 17:39:14 +01:00
RenderQRCode Update samples 2024-06-25 21:14:36 +10:00
ResizeImage Bump SixLabors.ImageSharp from 3.1.4 to 3.1.5 in /ImageSharp/ResizeImage 2024-07-22 17:54:31 +00:00
ResizeImageVB Bump SixLabors.ImageSharp in /ImageSharp/ResizeImageVB 2024-08-21 14:24:04 +00:00
README.md Update samples 2024-06-25 21:14:36 +10:00

README.md

ImageSharp Samples

Various ImageSharp related samples.

  1. 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.

  2. Avatar with rounded corners c#

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

  3. 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.

  4. Draw text along a path c#

    Draw some text following the contours of a path.

  5. Draw watermark on image c#

    Draw water mark over an image automatically scaling the font size to fill the available space.

  6. Render a QR code c#

    Performs optimized per-pixel color application to render a QR code.

  7. Resize and add simple effect c# vb

    Simple sample of sizing a jpeg and making it greyscale before saving it out as a png.