summaryrefslogtreecommitdiff
path: root/include/im_format_all.h
diff options
context:
space:
mode:
authorscuri <scuri>2010-08-13 14:19:48 +0000
committerscuri <scuri>2010-08-13 14:19:48 +0000
commit85b707fd418f93cadfa0c2bbf3776c41b5899ac1 (patch)
treeed3e47c25b8379da166c1fdfb7e2ea1ec9eca32c /include/im_format_all.h
parentd5ddef516e5dcdf71dec2d2f83f81c4341af9086 (diff)
Fixed: write support for alpha in TGA format. (Thanks to Nicolas Noble)
Diffstat (limited to 'include/im_format_all.h')
-rw-r--r--include/im_format_all.h2
1 files changed, 1 insertions, 1 deletions
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.