I would like a quick/simple way to use SIPS to resize images to the sizes I want.
Currently- I have to do each file one-by-one, including runnings the sips command, then renaming the file and copying it to another directory.
Ideally- I could automate this to work like the following.
In terminal:
sips -Z 500 *.png
rename the FILENAME_500x.png
sips -Z 1000 *.png
rename the FILENAME_1000x.png
sips -Z 1500 *.png
rename the FILENAME_1000x.png