Jump to content

Convert .mrw to .jpg


Recommended Posts

Guest richard
Posted
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.
Posted

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 :)

Posted
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
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...