JAL-4111 improvement to convert -draw argument
authorBen Soares <b.soares@dundee.ac.uk>
Thu, 5 Jan 2023 20:18:57 +0000 (20:18 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Thu, 5 Jan 2023 20:18:57 +0000 (20:18 +0000)
build.gradle
utils/channels/develop-SUFFIX/channel_gradle.properties

index 9b2fe27..43f03ee 100644 (file)
@@ -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}")
         }
       }
     }
index d98d91b..8216304 100644 (file)
@@ -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'