Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active October 28, 2024 19:14
Show Gist options
  • Select an option

  • Save wilmoore/bfe5fc41a9a4a87ea64c543f0345ab80 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/bfe5fc41a9a4a87ea64c543f0345ab80 to your computer and use it in GitHub Desktop.
Personal Brand :: Social Media :: LinkedIn :: Post :: TIL: Converting HEIC to JPEG on macOS

Personal Brand :: Social Media :: LinkedIn :: Post :: TIL: Converting HEIC to JPEG on macOS

⪼ Made with 💜 by Polyglot.

reference
research
» TIL: Converting HEIC to JPEG on macOS «

TIL that I can use the `sips` intrinsic command on macOS to convert HEIC files (the format iOS loves) to JPEG or PNG in seconds.

No extra software needed! Just open Terminal and run:

sips -s format jpeg homework.heic --out homework.jpg
↳ convert HEIC to JPEG

sips -s format png homework.heic --out homework.png
↳ convert HEIC to PNG

Țechśavvy CEO

image

Have other Terminal tricks for images? Drop your favorites below 👇🏾

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment