Personal Brand :: Social Media :: LinkedIn :: Post :: TIL: Converting HEIC to JPEG on macOS
⪼ Made with 💜 by Polyglot.
» 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
Have other Terminal tricks for images? Drop your favorites below 👇🏾
