Search found 14 matches

by wiseman
2019-10-14T10:43:31-07:00
Forum: Users
Topic: Convert DNG with Color Correction
Replies: 7
Views: 57713

Re: Convert DNG with Color Correction

Hi, it does appear that the -a parameter causes ImageMagick to perform its own form of white balancing... That's not correct. "-a" is a parameter to dcraw, which does the white balancing. I think, Tamehome meant the same this as well as he had stated that it is not using the XMP parameter...
by wiseman
2019-10-11T13:11:09-07:00
Forum: Users
Topic: Convert DNG with Color Correction
Replies: 7
Views: 57713

Re: Convert DNG with Color Correction

Any further updates on this please with the latest imagemagick in place?
by wiseman
2019-10-10T15:43:56-07:00
Forum: Users
Topic: Keep color correction when converting
Replies: 20
Views: 102482

Re: Keep color correction when converting

IM able to read the raw image. But it misses the corrections to the dng files made in Adobe Photoshop camera raw.

Whatever adjustments made towards brightness, sharpness of the dng file and saved are not getting incorporated to the IM generated jpg file.

Thank you
by wiseman
2019-10-10T15:15:17-07:00
Forum: Users
Topic: Keep color correction when converting
Replies: 20
Views: 102482

Re: Keep color correction when converting

Hi snibgo, Right. Whatever changes done to the dng file shows up only in Adobe bridge and Photoshop Camera Raw. When I create jpg from the updated dng, the changes are not getting into the imagemagick conversion. for example, let us say, I have a dng file. When I open it in PhotoShop Camera Raw and ...
by wiseman
2019-10-10T14:26:06-07:00
Forum: Users
Topic: Keep color correction when converting
Replies: 20
Views: 102482

Re: Keep color correction when converting

The two files each contain one Color Filter Array, and a full-size JPEG. The "color corrected" version has almost the same CFA image, but the JPEG is clearly edited. Exiftool shows editing has been done by Adobe tools. Hi snibgo, You mean to say the jpeg preview file has been edited and a...
by wiseman
2019-10-09T16:26:17-07:00
Forum: Users
Topic: Keep color correction when converting
Replies: 20
Views: 102482

Re: Keep color correction when converting

%DCRAW% -6 -w -T -O o.tiff original_DSC180307_0853.DNG %DCRAW% -6 -w -T -O c.tiff color_corrected_DSC180307_0853.DNG The tiffs are slightly larger than the JPGs: both are 8288x5520. These tiffs are almost identical. The output of the above commands I have uploaded to : https://www.amazon.com/cloudd...
by wiseman
2019-10-04T11:53:51-07:00
Forum: Users
Topic: Keep color correction when converting
Replies: 20
Views: 102482

Re: Keep color correction when converting

If you want JPG versions of the (edited) DNG files, I suggest extracting them: exiftool -b -JpgFromRaw original_DSC180307_0853.DNG >o.jpg exiftool -b -JpgFromRaw color_corrected_DSC180307_0853.DNG >c.jpg Thanks for the detailed reply. I have been using the embedded jpgs by extracting them (i had im...
by wiseman
2019-10-04T09:46:32-07:00
Forum: Users
Topic: Keep color correction when converting
Replies: 20
Views: 102482

Re: Keep color correction when converting

Your links give "Error 522 Connection timed out". My apologies. Please use the below links and let me know if any issues faced: https://www.amazon.com/clouddrive/share/hadPf9SQlneZLAvJd2GwaqXw5Ktk2leV96Kwod0jZIg https://www.amazon.com/clouddrive/share/NMu5oT2YUnfZym6pusvLUKhvSoIprVQqjkYpQ...
by wiseman
2019-10-03T17:22:53-07:00
Forum: Users
Topic: Keep color correction when converting
Replies: 20
Views: 102482

Re: Keep color correction when converting

"Tint, exposure, highlights" etc are settings made within the camera, as hints to software either within the camera when making JPEGs or external software, eg readers of raw files. Each manufacturer has their own definition of these fields, and they don't publish the definitions. Hi, Basi...
by wiseman
2019-10-03T11:22:28-07:00
Forum: Users
Topic: how to apply color corrections details within a dng file while calling imagemagick command to generate a eps file?
Replies: 2
Views: 6498

Re: how to apply color corrections details within a dng file while calling imagemagick command to generate a eps file?

Please do not post the same question on different topics. Hi, Sorry, I created the new thread later saw the reply to my question But I did get some answers on this thread https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=31250&sid=024a2d2d7e8f4dbc2819156f72187604 But looking ...
by wiseman
2019-10-03T00:16:50-07:00
Forum: Users
Topic: Keep color correction when converting
Replies: 20
Views: 102482

Re: Keep color correction when converting

I mean, what parameters I need to extract and supply in order to generate jpgs with color corrections included from dng files. Also need a sample IM command with such parameters. What "color corrections included from dng files"? Two year ago, I wrote "Perhaps your color correction do...
by wiseman
2019-10-02T23:41:45-07:00
Forum: Users
Topic: how to apply color corrections details within a dng file while calling imagemagick command to generate a eps file?
Replies: 2
Views: 6498

how to apply color corrections details within a dng file while calling imagemagick command to generate a eps file?

Is there a way we can read the color corrections data within a dng file and apply to the imagemagick command while generating eps file from the dng file?
by wiseman
2019-10-02T23:36:08-07:00
Forum: Users
Topic: White balance - color correction
Replies: 26
Views: 75344

Re: White balance - color correction

Is there a way we can read the color corrections within the dng files and apply to the imagemagick command while generating eps files from dng files?
by wiseman
2019-10-02T09:33:00-07:00
Forum: Users
Topic: Keep color correction when converting
Replies: 20
Views: 102482

Re: Keep color correction when converting

If you can extract that metadata, perhaps with exiftool, it might be possible to translate it into IM terms. Could you please give me more info about how to do it? I mean, what parameters I need to extract and supply in order to generate jpgs with color corrections included from dng files. Also nee...