2025-08-03 02:23:20 +02:00
2025-08-03 00:37:28 +02:00
2025-08-03 02:23:20 +02:00

Hi there 👋

Bio🧑🏻

> Console.WriteLine("Years of experiences: " + (int)itJourneyStart.TotalYears);
Years of experiences: 3

ToolsAndLanguages.cs

30  using (SKSurface surface = SKSurface.Create(new SKImageInfo(toolsAndLanguages.Count * (imageSize + 10), 60)) {
31    SKCanvas canvas = SKSurface.Canvas;
32    canvas.Clear(SKColors.Transparent);
33
34    for (int i = 0; i < toolsAndLanguages.Count; i++) {
35      SKBitmap icon = toolsAndLanguages[i].Resize(new SKImageInfo(imageSize, imageSize), SKFilterQuality.High);
36      canvas.DrawBitmap(icon, (imageSize + 10) * i, (60 - imageSize) / 2);
37    }
38
39    using (SKImage image = surface.Snapshot())
40    using (SKData output = image.Encode(SKEncodedImageFormat.Png, 100))
41      RenderImage(output.ToArray());
42  }

C#  NodeJS  Python  Go  Docker  PostgreSQL  SQLite  VS Code  Nginx  Fedora  Git 


Stats (from GitHub)

Top Langs

TheLanc3's Github Stats

Description
No description provided
Readme 56 KiB
Languages
SVG 100%