Skip to content

Instantly share code, notes, and snippets.

@nebgnahz
Created August 4, 2016 23:45
Show Gist options
  • Save nebgnahz/ebfeeeadf47cc6536d8c1e019a420f2f to your computer and use it in GitHub Desktop.
Save nebgnahz/ebfeeeadf47cc6536d8c1e019a420f2f to your computer and use it in GitHub Desktop.
Useful mac utilities for everyday tasks

Use sips to convert images from types to types and to the same resolution:

for i in *.tiff; do sips -z 600 600 -s format png $i --out converted/$i.png; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment