Updated to work with Python 3 and Pillow
This commit is contained in:
parent
9b2a375875
commit
0749a98dad
@ -22,7 +22,7 @@ def create_antipixel(cfg):
|
||||
|
||||
even_parts = []
|
||||
for part in parts:
|
||||
part['text_width'] = draw.textsize(part['text'], font=font)[0]
|
||||
part['text_width'] = draw.textlength(part['text'], font=font)
|
||||
part_sizing = part.get('sizing', 'even')
|
||||
if part_sizing == 'even':
|
||||
## Keep track as we'll need later..
|
||||
|
Loading…
Reference in New Issue
Block a user