Just make your character God and you can’t lose gg ez
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.PixelFormats;
Console.WriteLine("Generating... hold on");
using var image = new Image<Rgba32>(250, 250);
uint binCnt = 0;
for (int x = 0; x < 250; x++)
{
for (int y = 0; y < 250; y++)
{
image[x, y] = new Rgba32(binCnt++);
}
}
image.SaveAsPng("result.png");
Result:
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.PixelFormats;
Console.WriteLine("Generating... hold on");
using var image = new Image<Rgba32>(750, 750);
uint binCnt = 0;
for (int x = 0; x < 750; x++)
{
for (int y = 0; y < 750; y++)
{
image[x, y] = new Rgba32((byte)(binCnt & 0xFF0000), (byte)(binCnt & 0x00FF00), (byte)(binCnt & 0x0000FF));
binCnt++;
}
}
image.SaveAsPng("result.png");
750x750:
500x500:
250x250:
been writing 12 hours without resting oooo
now can YOU do that?
why did you insert a picture of Bill Gates in 1998
is that mozart or isaac newton
genuine question, is that Mozart or Isaac Newton
can i spam
OHHHHH it’s george washington