
Hi,
I would like to know how can I create a 10 bits view that makes it possible
to use interleaved_view.
My data are described as follow:
R10G10B10A10;R10G10B10A10;R10G10B10A10;R10G10B10A10;.....
You understand easily that a rgba pixel is stored on 40 bits...
I tried this:
typedef bit_aligned_pixel_reference mpl::vector4_c rgba10101010_view_t src; But it does a mess with my pixels... (and makes it impossible to use
copy_and_convert_pixels(src, rgba16_view_t(view(img))); )
If anyone could help me, that would be great !
Thank you by advance,
Eloi.