Created
May 23, 2014 06:51
-
-
Save greg-minshall/9878c0a358ee831f2111 to your computer and use it in GitHub Desktop.
extracts small region from each of a large number of images
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
for i in `ls ~/NOTBACKEDUP/sensorproblem/ | sed s/.tif//g`; do convert -extract 137x158+1000+3800 ~/NOTBACKEDUP/sensorproblem/$i.tif clips/$i.png; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment