This arises from a thread in Users, viewtopic.php?f=1&t=25023
The OP has a DPX file, accessible in a zip at https://www.dropbox.com/sh/p4bg3ao7dorxf9u/sIhiU_216R
I tried converting with
Code: Select all
convert BaseUp_DPX_COLOR_10Bit_016.dpx t.tiff
The following is more successful:
Code: Select all
convert BaseUp_DPX_COLOR_10Bit_016.dpx t2.png
convert t.png t2.tiff
On the thread I mentioned, fmw42 reports a different problem reading the same DPX file. I can't reproduce his problem, so I'll leave him to report it.