From 8bcb904a08bef7ed0962b3296523a26f2b56c658 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 22 Mar 2013 15:06:03 +0530 Subject: [PATCH] update indiancine.ma poster script --- scripts/poster.indiancinema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/poster.indiancinema.py b/scripts/poster.indiancinema.py index f2950001..f6ac1270 100755 --- a/scripts/poster.indiancinema.py +++ b/scripts/poster.indiancinema.py @@ -31,7 +31,7 @@ def render_poster(title, director, year, frame, timeline, poster): draw = ImageDraw.Draw(poster_image) font_file = os.path.join(static_root, 'SourceSansProSemibold.ttf') font_size = {'cinema': 117, 'director': 32, 'title': 48, 'year': 426} - font_lightness = {'cinema': 0.7, 'director': 0.8, 'title': 0.8, 'year': 0.5} + font_lightness = {'cinema': 0.7, 'director': 0.8, 'title': 0.8, 'year': 0.6} poster_lightness = {'image': 0.2, 'text': 0.4} if year: