DPX processing
Posted: 2013-01-07T03:59:04-07:00
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
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