# HG changeset patch # User reimar # Date 1100947984 0 # Node ID 702acff80c446ab49b525cfdcec4e7ac8c287585 # Parent 28a6f0847c58fc268f191a49a97778aeb321c507 4 and 8 bit formats work with a palette. diff -r 28a6f0847c58 -r 702acff80c44 DOCS/tech/colorspaces.txt --- a/DOCS/tech/colorspaces.txt Sat Nov 20 10:51:13 2004 +0000 +++ b/DOCS/tech/colorspaces.txt Sat Nov 20 10:53:04 2004 +0000 @@ -120,6 +120,12 @@ 5B6G5R IMGFMT_RGB16 1A5R5G5B IMGFMT_BGR15 1A5B5G5R IMGFMT_RGB15 + +The following are palettized formats, the palette is in the second plane. +When they come out of the swscaler (this can be different when they +come from a codec!), their palette is organized in such a way, +that you actually get: + 3R3G2B IMGFMT_BGR8 2B3G3R IMGFMT_RGB8 1R2G1B IMGFMT_BGR4_CHAR