diff options
author | scuri <scuri> | 2009-09-10 17:33:34 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-09-10 17:33:34 +0000 |
commit | 5335c91f4a10081ef8b04a6d47403c0efc064647 (patch) | |
tree | 742e83f8cfbf52e0d82c1e07f733ca4a5212b535 /include/im_format_all.h | |
parent | 67475cb6aa3af3a0c65351562c22f25814a45fcb (diff) |
# Fixed: RAW format initialization.
Diffstat (limited to 'include/im_format_all.h')
-rw-r--r-- | include/im_format_all.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/im_format_all.h b/include/im_format_all.h index 3a7cbb6..bb43816 100644 --- a/include/im_format_all.h +++ b/include/im_format_all.h @@ -477,7 +477,7 @@ void imFormatRegisterTGA(void); Description (string) Comments: - In fact ASCII is an expansion... + In fact ASCII is an expansion, not a compression, because the file will be larger than binary data. \endverbatim * \ingroup format */ void imFormatRegisterPNM(void); |