summaryrefslogtreecommitdiff
path: root/trunk/README-turbo.txt
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-11-18 19:55:29 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-11-18 19:55:29 +0000
commit357c11a6413b58216e7116c67ddb36f968ad9684 (patch)
treebc4a9288d02befc7f72c26f32f1adcf9e964358b /trunk/README-turbo.txt
parent65b224411f329d95215d625be4e54e4c342d4ccb (diff)
RGBA=RGBX, etc.
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@296 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/README-turbo.txt')
-rwxr-xr-xtrunk/README-turbo.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/README-turbo.txt b/trunk/README-turbo.txt
index 1dc58c6..b6789f3 100755
--- a/trunk/README-turbo.txt
+++ b/trunk/README-turbo.txt
@@ -178,8 +178,8 @@ Colorspace Extensions
=====================
libjpeg-turbo includes extensions which allow JPEG images to be compressed
-directly from (and decompressed directly to) buffers which use BGR, BGRA,
-RGBA, ABGR, and ARGB pixel ordering. This is implemented with six new
+directly from (and decompressed directly to) buffers which use BGR, BGRX,
+RGBX, XBGR, and XRGB pixel ordering. This is implemented with six new
colorspace constants:
JCS_EXT_RGB /* red/green/blue */