Batch Resize Images using the Command Line under OS X

The following command will resize all the .jpg images in the current directory, maintaining aspect ratio, and making the longest side 640 pixels.

sips -Z 640 *.jpg
comments powered by Disqus
mac/batch_resize_images_using_the_command_line_under_os_x.txt · Last modified: 2020/06/01 22:53 (external edit)