Skip to content

Instantly share code, notes, and snippets.

@edenwaith
Last active April 8, 2024 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edenwaith/3a53b24691ae62c754638186119e959e to your computer and use it in GitHub Desktop.
Save edenwaith/3a53b24691ae62c754638186119e959e to your computer and use it in GitHub Desktop.
Convert Mac OS 9 PICT files to PNG from the Mac Terminal
for i in *; do sips -s format png $i --out $i.png;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment