diff --git a/arrange.inc b/arrange.inc index d34ecf7..c0c3a3d 100644 --- a/arrange.inc +++ b/arrange.inc @@ -59,7 +59,7 @@ function usage() --gapx [pixels] & x axis distance (gap) between images (default 1) --gapy [pixels] & y axis distance (gap) between images (default 1) & - -m [markername.png] & use specified marker + -m [markername.png] & use specified marker. Requires --mx and --my to be defined --mx [pixels] & Add cut marker and shift it inwards image by [pixels] distance on X axis --my [pixels] & Add cut marker and shift it inwards image by [pixels] distance on Y axis & diff --git a/sample_env/arrange.txt b/sample_env/arrange.txt index 7cb165c..2039785 100644 --- a/sample_env/arrange.txt +++ b/sample_env/arrange.txt @@ -1,2 +1,2 @@ -czarne/K13.JPG 9 -czerwone/K23.JPG 3 +czarne/K13.JPG 10 +czerwone/K23.JPG 9 \ No newline at end of file diff --git a/sample_env5/_sample_generate.sh b/sample_env5/_sample_generate.sh new file mode 100755 index 0000000..72c9e1c --- /dev/null +++ b/sample_env5/_sample_generate.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +NAME="filename" + +rm -f ${NAME}*.pdf + +arrange.sh -i zetony.txt -o ${NAME}.pdf -f empty.png -c 12 -r 17 -x 100 -y 100 --gapx 0 --gapy 0 -b fffce9 -m cross_black.png --my 0 --mx 0 + diff --git a/sample_env5/out/t_ROUND.png b/sample_env5/out/t_ROUND.png new file mode 100644 index 0000000..6030644 Binary files /dev/null and b/sample_env5/out/t_ROUND.png differ diff --git a/sample_env5/out/t_ship.png b/sample_env5/out/t_ship.png new file mode 100644 index 0000000..dbf2062 Binary files /dev/null and b/sample_env5/out/t_ship.png differ diff --git a/sample_env5/out/t_term20.png b/sample_env5/out/t_term20.png new file mode 100644 index 0000000..a2263bd Binary files /dev/null and b/sample_env5/out/t_term20.png differ diff --git a/sample_env5/out/tc_ACL.png b/sample_env5/out/tc_ACL.png new file mode 100644 index 0000000..4ac2d9c Binary files /dev/null and b/sample_env5/out/tc_ACL.png differ diff --git a/sample_env5/out/tc_ACL_d.png b/sample_env5/out/tc_ACL_d.png new file mode 100644 index 0000000..fa195ad Binary files /dev/null and b/sample_env5/out/tc_ACL_d.png differ diff --git a/sample_env5/out/tc_DSL.png b/sample_env5/out/tc_DSL.png new file mode 100644 index 0000000..aa01083 Binary files /dev/null and b/sample_env5/out/tc_DSL.png differ diff --git a/sample_env5/out/tc_DSL_d.png b/sample_env5/out/tc_DSL_d.png new file mode 100644 index 0000000..d8139f5 Binary files /dev/null and b/sample_env5/out/tc_DSL_d.png differ diff --git a/sample_env5/zetony.txt b/sample_env5/zetony.txt new file mode 100644 index 0000000..a58337e --- /dev/null +++ b/sample_env5/zetony.txt @@ -0,0 +1,7 @@ +out/tc_ACL.png 10 +out/tc_ACL_d.png 1 +out/tc_DSL.png 5 +out/tc_DSL_d.png 1 +out/t_ROUND.png 1 +out/t_ship.png 4 +out/t_term20.png 2 \ No newline at end of file