Code: Select all
magick in.dng out.png
But
Code: Select all
ufraw-batch --silent --create-id=also --out-type=png --out-depth=16 --output=out.png in.dng
Even worse, if I first make the in.dng unwriteable
Code: Select all
chmod 400 in.dng
magick in.dng out.png
This test with ImageMagick-7.0.0-0 Q16 x86_64 2016-02-12 and ufraw-batch version 0.22.
Reference: http://stackoverflow.com/questions/3533 ... e-modified