From 31834c808a1255ae1676ffc122dc05a38ce595e6 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 22 Mar 2013 21:02:14 +0530 Subject: [PATCH] update indiancine.ma poster script --- scripts/poster.indiancinema.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/poster.indiancinema.py b/scripts/poster.indiancinema.py index d2843c96..038f4afd 100755 --- a/scripts/poster.indiancinema.py +++ b/scripts/poster.indiancinema.py @@ -102,6 +102,16 @@ def render_poster(title, director, year, frame, timeline, poster): font_size['director'] ) for line in lines: + for y in [-1, 1]: + for x in [-1, 1]: + drawText( + poster_image, + (text_margin + x, offset_top + y), + line, + font_file, + font_size['director'], + getRGB((hue, saturation, poster_lightness['text'])) + ) size = drawText( poster_image, (text_margin, offset_top),