Recent IM can't read DPX images?

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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Recent IM can't read DPX images?

Post by snibgo »

A user reports a problem reading a DPX file. See viewtopic.php?f=1&t=16467

A reproducible test case shows what looks like the same problem. Sample dpx file: http://www.fastvdo.com/hddata/sample192 ... x10bit.zip (then unzip it).

On Windows 7, IM 6.6.2-4:

identify -verbose sample1920x1080dpx10bit.dpx

fails with:

identify: unable to read image data `sample1920x1080dpx10bit.dpx' @ error/dpx.c/ReadDPXImage/1133.

On IM 6.6.0-8, the same command succeeds.

In both cases, "identify -list format" shows: DPX* rw- SMPTE 268M-2003 (DPX 2.0)
snibgo's IM pages: im.snibgo.com
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Recent IM can't read DPX images?

Post by magick »

We can reproduce the problem you posted and have a patch. Look for it in ImageMagick 6.6.2-7 Beta by sometime tomorrow. Thanks.
Post Reply