forked from 0x2620/pandora
indiancine.ma poster script: minor adjustments
This commit is contained in:
parent
808ae4c1da
commit
15234820da
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ def render_poster(title, director, year, frame, timeline, poster):
|
||||||
for x in [-1, 1]:
|
for x in [-1, 1]:
|
||||||
drawText(
|
drawText(
|
||||||
poster_image,
|
poster_image,
|
||||||
(-11 + x, poster_height - timeline_height - font_size['cinema'] + 1 + y),
|
(-10 + x, poster_height - timeline_height - font_size['cinema'] + 1 + y),
|
||||||
'Indiancine.ma',
|
'Indiancine.ma',
|
||||||
font_file,
|
font_file,
|
||||||
font_size['cinema'],
|
font_size['cinema'],
|
||||||
|
@ -71,7 +71,7 @@ def render_poster(title, director, year, frame, timeline, poster):
|
||||||
)
|
)
|
||||||
drawText(
|
drawText(
|
||||||
poster_image,
|
poster_image,
|
||||||
(-11, poster_height - timeline_height - font_size['cinema'] + 1),
|
(-10, poster_height - timeline_height - font_size['cinema'] + 1),
|
||||||
'Indiancine.ma',
|
'Indiancine.ma',
|
||||||
font_file,
|
font_file,
|
||||||
font_size['cinema'],
|
font_size['cinema'],
|
||||||
|
|
Loading…
Reference in a new issue