From 646e5a8a117946c19948da7ad5d632bc79a6c764 Mon Sep 17 00:00:00 2001 From: DRC Date: Thu, 18 Nov 2010 19:55:29 +0000 Subject: [PATCH] RGBA=RGBX, etc. git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@296 632fc199-4ca6-4c93-a231-07263d6284db --- README-turbo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-turbo.txt b/README-turbo.txt index 1dc58c6..b6789f3 100755 --- a/README-turbo.txt +++ b/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 */ -- 2.40.0