JAL-4269 Now using --width, --height, --scale for both --image and --structureimage...
authorBen Soares <b.soares@dundee.ac.uk>
Sat, 16 Sep 2023 11:24:31 +0000 (12:24 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Sat, 16 Sep 2023 11:24:31 +0000 (12:24 +0100)
commit85240f268c71a9d0dc91dc196a93cb10d29794d3
tree2360bfc2de530b18b0708f1d1a94d3cafcf18ec2
parent0864ed3bcfa5a6ea4d2bc1b37fce15eb800aa93e
JAL-4269 Now using --width, --height, --scale for both --image and --structureimage.  Multiple --image and --structureimage can be specified with --imagecolour allowing changes of colour. --width etc only apply to that particular image.
src/jalview/bin/Commands.java
src/jalview/bin/argparser/Arg.java
src/jalview/bin/argparser/ArgParser.java
src/jalview/bin/argparser/ArgValuesMap.java
test/jalview/bin/CommandsTest.java