qiqian / webp

Automatically exported from code.google.com/p/webp
0 stars 0 forks source link

Add color mode bgr_565 #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Required by one iOS native application.
The post-processing step of swapping bytes of the rendering buffer can do the 
trick, but not an efficient solution.
Instead pack the output buffer for bgr_565 output.

Original issue reported on code.google.com by vik...@google.com on 17 Jan 2013 at 9:55

GoogleCodeExporter commented 9 years ago
--enable-swap-16bit-csp was added to configure in:
94a48b4 Provide option to swap bytes for 16 bit colormodes

https://gerrit.chromium.org/gerrit/#/c/41671/

Original comment by jz...@google.com on 3 Apr 2013 at 6:48