Skip to content

Commit

Permalink
new sample with default module
Browse files Browse the repository at this point in the history
  • Loading branch information
Sir_Yaro committed Dec 31, 2021
1 parent d09db06 commit 027a0fa
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arrange.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
&
Expand Down
4 changes: 2 additions & 2 deletions sample_env/arrange.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
czarne/K13.JPG 9
czerwone/K23.JPG 3
czarne/K13.JPG 10
czerwone/K23.JPG 9
8 changes: 8 additions & 0 deletions sample_env5/_sample_generate.sh
Original file line number Diff line number Diff line change
@@ -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

Binary file added sample_env5/out/t_ROUND.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_env5/out/t_ship.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_env5/out/t_term20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_env5/out/tc_ACL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_env5/out/tc_ACL_d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_env5/out/tc_DSL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sample_env5/out/tc_DSL_d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions sample_env5/zetony.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 027a0fa

Please sign in to comment.