Windows Thread, Convert .mrw to .jpg in Technical; I need to convert some 200 mrw files (these are minoltas raw format image files ) to jpg to allow ...
-
28th February 2006, 12:07 PM #1 Convert .mrw to .jpg
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.
-
-
IDG Tech News
-
28th February 2006, 12:16 PM #2 Re: Convert .mrw to .jpg
You can do this on Linux with ImageMagik...
-
-
28th February 2006, 12:25 PM #3 Re: Convert .mrw to .jpg
Have you ried Irfan View? www.irfanview.com It does pretty much everything. Some camera makers like to hang onto their proprietaty codecs though.
-
-
28th February 2006, 12:29 PM #4 Re: Convert .mrw to .jpg
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
-
-
28th February 2006, 01:04 PM #5 Re: Convert .mrw to .jpg
Why do they need manual intervention? Surely you can setup a macro to deal with them without any intervention?
Pete
-
-
28th February 2006, 01:19 PM #6 Re: Convert .mrw to .jpg
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.
Code:
for file in *.mrw; do mrw2jpg "$file" "$file".jpg; done
-
-
28th February 2006, 01:21 PM #7 Re: Convert .mrw to .jpg

Originally Posted by
Dos_Box Have you ried Irfan View?
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
-
SHARE: 
Similar Threads
-
By geekman in forum Virtual Learning Platforms
Replies: 3
Last Post: 21st September 2007, 06:39 AM
-
By dave.81 in forum Office Software
Replies: 10
Last Post: 24th July 2007, 08:28 AM
-
By Uraken in forum General Chat
Replies: 16
Last Post: 23rd March 2007, 08:47 AM
-
By richard in forum General Chat
Replies: 12
Last Post: 22nd January 2007, 11:21 AM
-
By adamyoung in forum How do you do....it?
Replies: 6
Last Post: 29th March 2006, 10:30 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules