Go to file
Mike Nolan 2e535b34db Fix csproj 2023-09-14 22:10:19 -05:00
Tesses.ProfileIcon Fix csproj 2023-09-14 22:10:19 -05:00
Tesses.ProfileIcon.Browser Initial commit 2023-09-14 21:58:18 -05:00
Tesses.ProfileIcon.Console Initial commit 2023-09-14 21:58:18 -05:00
.gitignore Initial commit 2023-09-14 21:58:18 -05:00
LICENSE.md Initial commit 2023-09-14 21:58:18 -05:00
README.md Initial commit 2023-09-14 21:58:18 -05:00

README.md

Tesses.ProfileIcon

A profile Icon Generator

Add To Project

$ dotnet add package Tesses.ProfileIcon

To Use

    using SixLabors.ImageSharp;
    using Tesses.ProfileIcon;

    var generator=new ProfileIconCreator()
    .WithDefaultColors()
    .WithDefaultFont()
    .WithHashedProfileIconColorPicker();
    //TIP: you can call Generate multiple times with one generator
    using(var image=generator.Generate("Your Name"))
    {
        image.SaveAsPng("image.png");
    }

Uses

FreeMonoBold.ttf SixLabors.ImageSharp.Drawing