issue loading 16bit DNG on windows except with 6.9.1-0

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
Ken-B
Posts: 1
Joined: 2015-06-01T06:25:31-07:00
Authentication code: 6789

issue loading 16bit DNG on windows except with 6.9.1-0

Post by Ken-B »

Hi,

First of all, thank you developers for your software. I use it indirectly with the Julia Images.jl package.

I ran into a problem on windows when loading this (or any other) 16bit DNG file:
https://drive.google.com/file/d/0B_p4_I ... sp=sharing

It only loads with Q16-x64-dll version 6.9.1-0, not earlier or later versions.

FYI, this image was converted with Adobe DNG converter from this original nikon raw file:
https://copy.com/ZpWXGUuFkXX0usCO

For reference, the related discussion on Images.jl:
https://github.com/timholy/Images.jl/issues/269

Thanks.

PS: I would definitely recommend to switch to GitHub, it's the 21st century..
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: issue loading 16bit DNG on windows except with 6.9.1-0

Post by snibgo »

Code: Select all

convert sky.dng s.tiff
This works for me with IM v6.8.9-0, 6.8.9-5, 6.9.0-0 and 6.9.1-0. I don't have any later versions, or older intermediate versions.
snibgo's IM pages: im.snibgo.com
Post Reply