Search found 1 match
- 2012-11-09T06:19:34-07:00
- Forum: Bugs
- Topic: Writing out to DPX produces invalid file
- Replies: 4
- Views: 16058
Re: Writing out to DPX produces invalid file
The subject is old, but I'll try anyway :-) >in coders/dpx.c >dpx.image.image_element[0].packing is always set to 0 >at 10 or 12 bit depth, it shoud set to "1". For 12bit images, setting packing to 1 causes each compunent to use 16bit on file, the 4 LSB set to 0. This is refered to as 'Method A ...