From b5579a1557bc468b00f24609434f9bf3e4d9cad8 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 23 Mar 2013 11:14:57 +0530 Subject: [PATCH] update indiancine.ma poster script (no need for re-render) --- scripts/poster.indiancinema.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/poster.indiancinema.py b/scripts/poster.indiancinema.py index 038f4afd4..ed13e5304 100755 --- a/scripts/poster.indiancinema.py +++ b/scripts/poster.indiancinema.py @@ -81,7 +81,7 @@ def render_poster(title, director, year, frame, timeline, poster): # director and title offset_top = frame_height + text_margin if not director: - title_max_lines = 7 + title_max_lines = 8 else: title_max_lines = min(len(wrapText( title, @@ -89,8 +89,8 @@ def render_poster(title, director, year, frame, timeline, poster): 0, font_file, font_size['title'] - )), 6) - director_max_lines = 9 - int((title_max_lines * 3 - 1) / 2) + )), 7) + director_max_lines = 11 - int((title_max_lines * 3 - 1) / 2) # director if director: