diff options
author | scuri <scuri> | 2010-04-30 18:06:28 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-04-30 18:06:28 +0000 |
commit | f7da340d0de3c6e4ab8bffdb7ef4d9969bec7993 (patch) | |
tree | f018a26327488f443d183e34bb6c5c6554d1d0e1 /include/im_format_all.h | |
parent | 0ee0bfda798ac847b6b10b618da55a8e654f1069 (diff) |
Changed: ICON format now supports writing up to 10 images.
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 dc07886..3c8e9b4 100644 --- a/include/im_format_all.h +++ b/include/im_format_all.h @@ -498,7 +498,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. |