summaryrefslogtreecommitdiff
path: root/im/include/im_format_all.h
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 01:06:43 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 01:06:47 +0200
commit92efe73791d0998536042bfab5a1babc67d168c7 (patch)
tree6c5f7e9d9a8e5b439f50821f498ae6f6df776f36 /im/include/im_format_all.h
parentf23d91bd3ba87c8fe6691af9ebd1a5210e2fbaec (diff)
Upgrading to IM 3.6.2, and doing some cleanup at the same time.
Diffstat (limited to 'im/include/im_format_all.h')
-rwxr-xr-xim/include/im_format_all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/im/include/im_format_all.h b/im/include/im_format_all.h
index 8ebe938..4122d71 100755
--- a/im/include/im_format_all.h
+++ b/im/include/im_format_all.h
@@ -283,7 +283,7 @@ void imFormatRegisterPNM(void);
Color Spaces: RGB, MAP and Binary (Gray saved as MAP)
Compressions:
NONE - no compression [default]
- Can have more than one image. But writing is limited to 5 images,
+ Can have more than one image. But reading and writing is limited to 10 images max,
and all images must have different sizes and bpp.
Can have an alpha channel (only for RGB)
Internally the components are always packed.