This commit is contained in:
Ian Renton
2025-11-13 20:10:53 +00:00
parent cf46017917
commit 2165ebc103
2 changed files with 4 additions and 1 deletions

BIN
webassets/img/flags/999.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

View File

@@ -20,3 +20,6 @@ for dxcc in data["dxcc"]:
draw.text((0, -10), flag, font=ImageFont.truetype("/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf", 109), embedded_color=True)
outfile = str(id) + ".png"
image.save(outfile, "PNG")
image = Image.new("RGBA", (140, 110), (255, 0, 0, 0))
image.save("999.png", "PNG")