Page 1 of 1

DPX processing

Posted: 2013-01-07T03:59:04-07:00
by vlmax
Dear Users, is it possible to apply a image resize directly to a DPX file and save it as TIFF or DPX output image?

convert.exe "src.dpx" -depth 16 -resize 776x576! "dest.tiff"

produce a green image :(
do I have to first convert my input image to a tiff and then resize it?

Max

Re: DPX processing

Posted: 2013-01-07T10:51:33-07:00
by fmw42
what version of IM and platform are you using? your command, I believe, should work fine for either output. perhaps you should post a link to your input image.