Created a script to rotate business cards for work, moved all work related scripts into a work directory.
This commit is contained in:
parent
514a128153
commit
bf63b202e0
3 changed files with 7 additions and 0 deletions
7
work/rotate_cards
Executable file
7
work/rotate_cards
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Front
|
||||
mogrify -rotate -9.8 -crop 1125x675+0+0 -gravity Center *-front.tiff
|
||||
|
||||
# Back
|
||||
mogrify -rotate 9.8 -crop 1125x675+0+0 -gravity Center *-back.tiff
|
Loading…
Add table
Add a link
Reference in a new issue