This file contains hidden or 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
| #!/bin/bash | |
| # TO USE: | |
| # 1. install imagemagick | |
| # 2. place this file in a directory full of .tif files to convert | |
| # 3. in the terminal, navigate into the directory of images and run $ `bash sudan_photo_resizer.sh` | |
| # NOTE: | |
| # image filenames CANNOT include whitespace | |
| # for best results, use snake_case naming with no capitalization. |
NewerOlder