From 85b707fd418f93cadfa0c2bbf3776c41b5899ac1 Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 13 Aug 2010 14:19:48 +0000 Subject: Fixed: write support for alpha in TGA format. (Thanks to Nicolas Noble) --- include/im_format_all.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/im_format_all.h') diff --git a/include/im_format_all.h b/include/im_format_all.h index 3c8e9b4..b1af911 100644 --- a/include/im_format_all.h +++ b/include/im_format_all.h @@ -439,7 +439,7 @@ void imFormatRegisterPCX(void); NONE - no compression [default] RLE - Run Lenght Encoding Only one image. - No alpha channel. + Can have an alpha channel (only for RGB) Internally the components are always packed. Internally the lines are arranged from bottom up to top or from top down to bottom. -- cgit v1.2.3