We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 188d5dc + 8180e2e commit 7a94930Copy full SHA for 7a94930
ImageSharp/AvatarWithRoundedCorner/Program.cs
@@ -14,7 +14,7 @@ static class Program
14
static void Main(string[] args)
15
{
16
System.IO.Directory.CreateDirectory("output");
17
- using var img = Image.Load("fb.jpg");
+ using var img = Image.Load<Rgba32>("fb.jpg");
18
19
// As Clone returns a new image make sure we dispose of it
20
using (Image destRound = img.Clone(x => x.ConvertToAvatar(new Size(200, 200), 20)))
0 commit comments