Notice: This website, specifically this post, and the views contained may not necessarily be the views of the author's employers, friends or family.
Quick OS X Tip: Convert Images via Terminal
This was on MacOSXHints.com a few days back, but it’s handy enough to repeat: Convert image file types via Terminal using sips. To convert a .tiff to a .jpeg:
sips --setProperty format jpeg --setProperty formatOptions normal bluetooth_broke.tiff --out bluetooth_broke.jpg
There’s a line break in there just so that it displays correctly here… You can convert a dozen different filetypes, play with it for a while to figure it all out.
This entry was posted
on Tuesday, January 10th, 2006 at 11:08 pm and is filed under Technology.
You can follow any responses to this entry through the RSS 2.0 feed.
You can skip to the end and leave a response. Pinging is currently not allowed.