Hello!

I compiled ImageMagick 6.3.8 02/21/08 Q8 and I'm not able to convert DNG to
something else.
convert.exe gives the following error:

..\bin>convert -version
Version: ImageMagick 6.3.8 02/21/08 Q8 ...

..\bin>convert dng:imgp00887.dng test.jpg
convert: '%s': %s "ufraw-batch" --silent --wb=camera --black-point=auto
--exposure=auto --create-id=also --out-type=ppm16
"--output=C:/Document and Settings/.../Temp/magick-qkdUOChB.pnm"
"C:/Document and Settings/.../Temp/magick-UGSwzo0_".
convert: Delegate failed '"ufraw-batch" --silent --wb=camera
--black-point=auto --exposure=auto --create-id=also --out-type=ppm16
"--output=%u.pnm" "%i"'.
convert: unable to open image 'C:/Document and Settings/.../Temp/magick-
qkdUOChB.pnm': No such file or directory.

Before compiling ImageMagick i changed the DNG line in delegates.xlm to (so
it should write 8 bit):
<delegate decode="dng:decode" stealth="True" command="dcraw.exe -w -O
&quot;%u.pnm&quot; &quot;%i&quot;"/>

When i do it manually (so converting the DNG file with dcraw to PNM 8bit and
converting that to JPG with convert), everything works fine.
It happens with all DNG files i've tried, but you can download some here:
http://raw.fotosite.pl/index-Kodak_SLRn.htm

Am i doing something wrong?


Regards,

Wilbert Dijkhof
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to