Basic ORF and RW2 convert results greenish color shift / tint
Basic ORF and RW2 convert results greenish color shift / tint
I have tried to solve for some time but I cannot figure out what is wrong with my basic convert:
$magick convert 1.ORF 1.JPG
The command went through but the resulting image has a strong (greenish) color shift. I tried also:
$magick convert 1.ORF -colorspace sRBG 1.JPG
but with the same result. I also ran an other convert just to check whether it was ORF related:
$magick convert 1.RW2 1.JPG
again the same result.
I checked "identify -verbose" but I couldn't find a color profile.
I will upload the image if it will help. Please let me know what's my mistake. Thanks.
I am using Win10 and my IM -version is 7.0.2-9 Q16 x64.
$magick convert 1.ORF 1.JPG
The command went through but the resulting image has a strong (greenish) color shift. I tried also:
$magick convert 1.ORF -colorspace sRBG 1.JPG
but with the same result. I also ran an other convert just to check whether it was ORF related:
$magick convert 1.RW2 1.JPG
again the same result.
I checked "identify -verbose" but I couldn't find a color profile.
I will upload the image if it will help. Please let me know what's my mistake. Thanks.
I am using Win10 and my IM -version is 7.0.2-9 Q16 x64.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Basic ORF and RW2 convert results greenish color shift / tint
Yes. Ideally also upload a picture of what it should look like, and how you know this.jussi wrote:I will upload the image if it will help.
snibgo's IM pages: im.snibgo.com
Re: Basic ORF and RW2 convert results greenish color shift / tint
My bad, I thought there might be something really basic I missed.
magick convert gives me this:
https://goo.gl/photos/U8jnkBF3RjKJ4seq8
Faststone converts it like this:
https://goo.gl/photos/dxSBYCqHgSm4cqAH7
I do not know how it should look like but the latter one looks more natural.
magick convert gives me this:
https://goo.gl/photos/U8jnkBF3RjKJ4seq8
Faststone converts it like this:
https://goo.gl/photos/dxSBYCqHgSm4cqAH7
I do not know how it should look like but the latter one looks more natural.
Re: Basic ORF and RW2 convert results greenish color shift / tint
There is a deligates.xml file in the imagemagick install and you can alter the options as it either uses dcraw or ucraw? I would check to see what Imagemagick is using and check the options for that software on the relevant website. You can then try changing some of the options in delegates.xml as it could be something like a colour balance.
Where are your RAW files coming from?
Where are your RAW files coming from?
Re: Basic ORF and RW2 convert results greenish color shift / tint
Thanks. I'll try that.Bonzo wrote:There is a deligates.xml file in the imagemagick install and you can alter the options as it either uses dcraw or ucraw? I would check to see what Imagemagick is using and check the options for that software on the relevant website. You can then try changing some of the options in delegates.xml as it could be something like a colour balance.
Where are your RAW files coming from?
RW2 comes from panasonic GM1 and ORF from Olympus EM1 camera.
Re: Basic ORF and RW2 convert results greenish color shift / tint
Strange you have problems with two different cameras; I know Nikon files can be trouble.
Re: Basic ORF and RW2 convert results greenish color shift / tint
I have just tried installing version 7 on my Windows 10 PC to see what I get with a CR2 file but dcraw will not run. I will have to look into that when I get time.
Re: Basic ORF and RW2 convert results greenish color shift / tint
Yep, I was quite sure this was a basic user error.Bonzo wrote:Strange you have problems with two different cameras; I know Nikon files can be trouble.
Here is an ORF-file if anyone wants to try it out:
https://drive.google.com/file/d/0B_gHVa ... sp=sharing
Re: Basic ORF and RW2 convert results greenish color shift / tint
I tried this but I wasn't sure how to proceed. There is deligates.xml in portable install package but and there is dcraw with punch of arguments. I reckon it will not work just change dcraw -> ucraw? Is there any documentation on deligates.xml? I tried to change my installed deligates.xml in that way but just got an error (no surprise).Bonzo wrote:There is a deligates.xml file in the imagemagick install and you can alter the options as it either uses dcraw or ucraw? I would check to see what Imagemagick is using and check the options for that software on the relevant website. You can then try changing some of the options in delegates.xml as it could be something like a colour balance.
I installed legacy part but it didn't help either.
I wonder am I the only one having the issue? Is anyone able to convert ORF or RW2 files and if yes using which IM version?
Can I still download 6.* version from somewhere?
Thanks.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Basic ORF and RW2 convert results greenish color shift / tint
IM 6 can be downloaded from http://www.imagemagick.org/download/ as source code. I do not know that IM 6 is still being provided in binary form any longer. Depending upon your platform, you can still get it from other sources such as MacPorts on the Mac, for example.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Basic ORF and RW2 convert results greenish color shift / tint
With the linked .orf image, and the following command ...
... the dcraw provided with IM 6.9.5-3 makes an exactly black image. The dcraw provided with the previous IM that I use, v6.9.2-5, works fine.
There was a recent post about dcraw being "improved" for IM. This may have caused the problem.
Code: Select all
dcraw -w -T -6 -O x.tiff P6100784.ORF
There was a recent post about dcraw being "improved" for IM. This may have caused the problem.
snibgo's IM pages: im.snibgo.com
Re: Basic ORF and RW2 convert results greenish color shift / tint
I just tried the latest development build of dcraw and it produces a correct result. The fixed version should be able this week.
Re: Basic ORF and RW2 convert results greenish color shift / tint
That is great news! Looking forward to that and big thanks for the development team and everyone involved.dlemstra wrote:I just tried the latest development build of dcraw and it produces a correct result. The fixed version should be able this week.