Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
When I convert CR2 to JPG, I end up getting this yellowing effect. This is just a plain conversion, nothing fancy at all and I'm using 7.0.8-66 Q16 x64 on Windows 10. What can I do to get rid of this effect (or where is it coming from?)
You don't say what command you used, or what delegate your version of IM is using to process the raw file. If you browse this problem in these forums, you will find my general advice: use a program such as dcraw directly to process raw files.
I just used magick <source.cr2> <target.jpg> after an install, so everything "out of the box". I did see some stuff about dcraw but wasn't able to figure out how to use it for this yet. I'll see if I can find some instructions I can follow (unless you have a handy reference! ).
Well...I tried just a plain run of dcraw...dcraw -v -W -O <target.jpg> <source.cr2>
The output wasn't readable by windows. But then I did a convert/resize of that using imagemagick to a new jpg and that one has the same issue.
This makes a TIFF file, which IM can then convert to JPG.
Coming back to check after I went off and worked at this for a while and that ended up being exactly what I used! Ended up looking pretty darned close to the original too. Thanks
Glad that helps. But note that this isn't "close to the original" because there is no original. There are only different renderings of the raw (mosaiced) image, which might include a JPEG rendering made by the camera or by other software.