10bit DPX with annotate gives strange results
Posted: 2011-09-23T23:58:26-07:00
Hi all,
not sure this is a bug or because of an error I do...
I try to annotate text to 10 bit DPX images but getting very different results when displaying them in the programs listed below (all run under Windows XP).
I am using ImageMagick 6.7.2-8 2011-09-23 Q16 under Windows XP to create the DPX images.
results as expected:
- imdisplay (sic!) http://www.imagemagick.org
- DPX Viewer V0.60 http://www.panavision.co.uk/downloads/p ... ftware.asp
results NOT as expected:
- XNView 1.98.2 http://www.xnview.com/ blue instead of red/vertical stripes
- djv_view djv-0.8.3-pre2 http://djv.sourceforge.net error message "Unsupported file"
Could this be just a header issue?
That´s what I am actually trying to do:
no good - vertical stripes / "Unsupported file"
some further tests I did:
no good - blue, should be red
no good - blue, should be red
good but no text (sic!)
Best, Andreas
not sure this is a bug or because of an error I do...
I try to annotate text to 10 bit DPX images but getting very different results when displaying them in the programs listed below (all run under Windows XP).
I am using ImageMagick 6.7.2-8 2011-09-23 Q16 under Windows XP to create the DPX images.
results as expected:
- imdisplay (sic!) http://www.imagemagick.org
- DPX Viewer V0.60 http://www.panavision.co.uk/downloads/p ... ftware.asp
results NOT as expected:
- XNView 1.98.2 http://www.xnview.com/ blue instead of red/vertical stripes
- djv_view djv-0.8.3-pre2 http://djv.sourceforge.net error message "Unsupported file"
Could this be just a header issue?
That´s what I am actually trying to do:
no good - vertical stripes / "Unsupported file"
Code: Select all
convert -depth 10 -size 100x100 xc:red -gravity center -annotate +0+0 "red 10bit" red10bitWithText.dpx
no good - blue, should be red
Code: Select all
convert -depth 8 -size 100x100 xc:red -gravity center -annotate +0+0 "red 8bit" red08bitWithText.dpx
Code: Select all
convert -size 100x100 xc:red -gravity center -annotate +0+0 "red Q16" redQ16WithText.dpx
Code: Select all
convert -depth 10 -size 100x100 xc:red red10bitPlain.dpx