imporved logging and fixed gif big

This commit is contained in:
Neythen 2021-06-02 16:39:53 +01:00
commit aeda550210
4 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
a quick brown fox jumped over the lazy dog. A QUICK BROWN FOX JUMPED OVER THE LAZY DOG. 0123456789,255,255,0
hello world!,255,255,0
1 a quick brown fox jumped over the lazy dog. A QUICK BROWN FOX JUMPED OVER THE LAZY DOG. 0123456789 hello world! 255 255 0

BIN
final.ppm

Binary file not shown.

View File

@ -247,7 +247,7 @@ class StockTicker():
f.close()
font = ImageFont.load("./fonts/4x6.pil")
font = ImageFont.load("./fonts/texgyre-27.pil")
img = self.textImage(text, font, int(r), int(g), int(b), True)