On 6/1/18, Jerome Martinez wrote:
> On 08/02/2018 11:28, Jerome Martinez wrote:
>> Currently RGB and RGBA 12-bit are supported by DPX decoder only if
>> component values are padded (packing "Filled to 32-bit words, method A").
>> This patch adds decoding of RGB and RGBA 12-bit with no padding
>> (
On 08/02/2018 11:28, Jerome Martinez wrote:
Currently RGB and RGBA 12-bit are supported by DPX decoder only if
component values are padded (packing "Filled to 32-bit words, method A").
This patch adds decoding of RGB and RGBA 12-bit with no padding
(packing "Packed into 32-bit words").
As I ha