when i convert a DPX Image to a TIF image, a file will created but is corrupt.... other source files working....
Using image As New MagickImage("test.dpx")
image.Write("test.tif")
End Using