lucamilan
2/18/2016 - 7:42 PM

macosx: sips resample height width

macosx: sips resample height width

#!/bin/sh

# sips resample images 

sips --resampleHeightWidth 100 80 *.png

sips --resampleWidth 80 *.png

sips --resampleHeight 80 *.png

sips --resampleHeightWidthMax 80 80 *.png

sips --resampleWidth 200 *.jpg