Created a script to rotate business cards for work, moved all work related scripts into a work directory.

This commit is contained in:
Josh Sherman 2010-11-23 11:59:57 -05:00
parent 514a128153
commit bf63b202e0
3 changed files with 7 additions and 0 deletions

7
work/rotate_cards Executable file
View 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