| 1 | function reduceimage { |
| 2 | convert -resize 2000x2000 -quality 70 "$1" "$1".r && exiftool -all= "$1".r && exiftool -delete_original "$1".r |
| 3 | } |
| 4 | |
| 5 | alias reduceimage="reduceimage" |
airikr / Useful bash scripts
Last active 4 months ago
These are my number one bash scripts. I can't live without them.
Revision 4e7ef17052573d42efec7f696e6fd5dbc11b9259