Search found 1 match

by vlmax
2013-01-07T03:59:04-07:00
Forum: Users
Topic: DPX processing
Replies: 1
Views: 1684

DPX processing

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