Guest richard Posted February 28, 2006 Posted February 28, 2006 I need to convert some 200 mrw files (these are minoltas raw format image files ) to jpg to allow aur office staff to use them. Does anyone know of a converter that will allow me to do this as a batch job. I can convert them in photoshop but they require manual intervention.
Dos_Box Posted February 28, 2006 Posted February 28, 2006 Have you ried Irfan View? http://www.irfanview.com It does pretty much everything. Some camera makers like to hang onto their proprietaty codecs though.
crc-ict Posted February 28, 2006 Posted February 28, 2006 I have a Konica Minolta Dynax 5D that can take RAW images in the .mrw format - ICBW, but I think that manual intervention will always be needed. Because no processing has been applied to the image data, I think you have to give it some input in order to interpret the data into a usable picture. Do you have the Dimage Master Lite software from the camera? I guess this may be able to batch process RAW files to jpgs. HTH
pshuttle Posted February 28, 2006 Posted February 28, 2006 Why do they need manual intervention? Surely you can setup a macro to deal with them without any intervention? Pete
Geoff Posted February 28, 2006 Posted February 28, 2006 I think that manual intervention will always be needed. Because no processing has been applied to the image data, I think you have to give it some input in order to interpret the data into a usable picture. Pfft. for file in *.mrw; do mrw2jpg "$file" "$file".jpg; done
Guest richard Posted February 28, 2006 Posted February 28, 2006 Have you ried Irfan View? http://www.irfanview.com It does pretty much everything. Some camera makers like to hang onto their proprietaty codecs though. Had to install the plugins as well but its worked like a dream. Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now