-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aded FreeSize for cut marks, examples
- Loading branch information
Showing
7 changed files
with
128 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
..\pprep prep -h | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
..\target\release\pprep ^ | ||
--input ../test_data/*.png ^ | ||
--debug ^ | ||
prep ^ | ||
--output ../test_data/out/*-frame.png ^ | ||
--format 10cm/15cm ^ | ||
--padding 5mm/5mm/1cm/5mm ^ | ||
--margins 2mm ^ | ||
--cut-frame ./2mm ^ | ||
--dpi 300 | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
..\target\release\pprep ^ | ||
--input ../test_data/*.png ^ | ||
--debug ^ | ||
prep ^ | ||
--output ../test_data/out/*-frame.png ^ | ||
--format 15cm/10cm ^ | ||
--framed-size 12cm/6cm ^ | ||
--padding 5mm/5mm/5mm/5mm ^ | ||
--cut-frame ./. ^ | ||
--dpi 300 | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
..\target\release\pprep ^ | ||
--input ../test_data/*.png ^ | ||
--debug ^ | ||
prep ^ | ||
--output ../test_data/out/*-marks.png ^ | ||
--format 10cm/15cm ^ | ||
--padding 5mm/5mm/1cm/5mm ^ | ||
--margins 2mm ^ | ||
--cut-marks ./1mm ^ | ||
--dpi 300 | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters