Dital Negative problem - get thumbnail size only

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?".
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

So far ImageMagick does not not do any color correction to the DNG image. We need to investigate the conversion process more. In the mean-time why not post a URL to your DNG image and the original raw format or in JPEG so we can investigate the problem.
Last edited by magick on 2006-01-26T08:40:44-07:00, edited 1 time in total.
Armani
Posts: 11
Joined: 2003-11-07T16:21:16-07:00

DNG - Only Thumbnail size

Post by Armani »

hi, i got the same effect when working with DNG files.
All I can get is a thumbnail size image out of my DNG files. (256px)
Even identify tells me that it's only such a small picture.
I'm using a Canon EOS 350D and converted the images with adobe's DNG converter version 3.3.

You can download the original Canon-Raw File from that url
http://www.xebec.de/images/IMG_2600.CR2

and the converted DNG here
http://www.xebec.de/images/IMG_2600.dng

Maybe one can give me a hint what the problem is.

Artur
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We leverage the TIFF delegate library to read DNG images. It apparently only sees one image in your file although it appears there is more than one. Looks like more work is needed before ImageMagick fully supports the Digital Negative format.
Post Reply