Megalextoria
Retro computing and gaming, sci-fi books, tv and movies and other geeky stuff.

Home » Digital Archaeology » Digital Archaeology » Convert RAW to JPG in Mac terminal
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Convert RAW to JPG in Mac terminal [message #381136] Fri, 15 February 2019 14:33
CyberkNight is currently offline  CyberkNight
Messages: 1606
Registered: July 2012
Karma: 0
Senior Member
sips is a command line image manipulation program that can be used to, among other things, convert RAW images to JPG. For example:

for i in *.CR2; do sips -s format jpeg $i --out "${i%.*}.jpg"; done


  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Batch rename files in Linux
Next Topic: Extract images from PDF (Linux)
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Apr 19 01:47:31 EDT 2024

Total time taken to generate the page: 0.00308 seconds