From 6ddf915155f0bbf4b9d2f1ac280ddfc78da159d3 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Thu, 5 Jan 2023 20:18:57 +0000 Subject: [PATCH] JAL-4111 improvement to convert -draw argument --- build.gradle | 1 - utils/channels/develop-SUFFIX/channel_gradle.properties | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 9b2fe27..43f03ee 100644 --- a/build.gradle +++ b/build.gradle @@ -1956,7 +1956,6 @@ task getdownImagesProcess() { '-draw', sprintf(getdown_background_image_text_date_cmd, getDate("yyyy-MM-dd HH:mm:ss")), file.getPath() ] -println("CMD=${commandLine}") } } } diff --git a/utils/channels/develop-SUFFIX/channel_gradle.properties b/utils/channels/develop-SUFFIX/channel_gradle.properties index d98d91b..8216304 100644 --- a/utils/channels/develop-SUFFIX/channel_gradle.properties +++ b/utils/channels/develop-SUFFIX/channel_gradle.properties @@ -33,13 +33,13 @@ install4j_dmg_ds_store = jalview_develop_dmg_DS_Store getdown_background_image_text_font = utils/fonts/Roboto.ttf getdown_background_image_text_colour = #b4b4b4 -getdown_background_image_text_suffix_cmd = scale 4,4 text 102,36.3 '%s' +getdown_background_image_text_suffix_cmd = font-size 44 text 408,145 '%s' getdown_background_image_text_commit_cmd = text 408,168 '%s' getdown_background_image_text_date_cmd = text 408,188 '%s' install4j_background_image_text_font = utils/fonts/Roboto.ttf install4j_background_image_text_colour = #b4b4b4 -install4j_background_image_text_suffix_cmd = scale 2.4,2.4 text 81,91 '%s' +install4j_background_image_text_suffix_cmd = font-size 30 text 194,218 '%s' install4j_background_image_text_commit_cmd = text 18,250 '%s' install4j_background_image_text_date_cmd = text 18,270 '%s' -- 1.7.10.2