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
DPX processing
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: DPX processing
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.