DPX processing

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
vlmax
Posts: 1
Joined: 2013-01-07T03:45:17-07:00
Authentication code: 6789

DPX processing

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

Re: DPX processing

Post 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.
Post Reply