Skip to content

Commit 027a0fa

Browse files
author
Sir_Yaro
committed
new sample with default module
1 parent d09db06 commit 027a0fa

11 files changed

+18
-3
lines changed

arrange.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function usage()
5959
--gapx [pixels] & x axis distance (gap) between images (default 1)
6060
--gapy [pixels] & y axis distance (gap) between images (default 1)
6161
&
62-
-m [markername.png] & use specified marker
62+
-m [markername.png] & use specified marker. Requires --mx and --my to be defined
6363
--mx [pixels] & Add cut marker and shift it inwards image by [pixels] distance on X axis
6464
--my [pixels] & Add cut marker and shift it inwards image by [pixels] distance on Y axis
6565
&

sample_env/arrange.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
czarne/K13.JPG 9
2-
czerwone/K23.JPG 3
1+
czarne/K13.JPG 10
2+
czerwone/K23.JPG 9

sample_env5/_sample_generate.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
NAME="filename"
4+
5+
rm -f ${NAME}*.pdf
6+
7+
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
8+

sample_env5/out/t_ROUND.png

16.1 KB
Loading

sample_env5/out/t_ship.png

12.8 KB
Loading

sample_env5/out/t_term20.png

10.6 KB
Loading

sample_env5/out/tc_ACL.png

46.2 KB
Loading

sample_env5/out/tc_ACL_d.png

41.2 KB
Loading

sample_env5/out/tc_DSL.png

39.7 KB
Loading

sample_env5/out/tc_DSL_d.png

35.2 KB
Loading

sample_env5/zetony.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
out/tc_ACL.png 10
2+
out/tc_ACL_d.png 1
3+
out/tc_DSL.png 5
4+
out/tc_DSL_d.png 1
5+
out/t_ROUND.png 1
6+
out/t_ship.png 4
7+
out/t_term20.png 2

0 commit comments

Comments
 (0)