Skip to content

Commit

Permalink
Renamed script. It is now a one-time emergency fix for bad images. Th…
Browse files Browse the repository at this point in the history
…is will become obsolete once Issue #28 and Issue #29 are properly addressed.
  • Loading branch information
joneser005 committed Jan 23, 2018
1 parent b71cdb7 commit 06897bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions auto-cropper.sh

This file was deleted.

3 changes: 3 additions & 0 deletions fix-car-images.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
PIC_PATH=/home/robb/dev/derby/derbysite/media/racers
mogrify -resize 220x310 -rotate "-90>" -strip ${PIC_PATH}/*

0 comments on commit 06897bf

Please sign in to comment.