From: glennrp Date: Sun, 21 Oct 2012 18:41:05 +0000 (+0000) Subject: Clarified comment in icon.c, that it writes a complete PNG datastream. X-Git-Tag: 7.0.1-0~4803 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32cac59feb158b982f8a3a37980421371d32b66b;p=imagemagick Clarified comment in icon.c, that it writes a complete PNG datastream. --- diff --git a/coders/icon.c b/coders/icon.c index 2914a7a18..4788a2e95 100644 --- a/coders/icon.c +++ b/coders/icon.c @@ -757,9 +757,9 @@ ModuleExport void UnregisterICONImage(void) % image format, version 3 for Windows or (if the image has a matte channel) % version 4. % -% It encodes any subimage as a compressed PNG image ("BI_PNG)", -% only when its dimensions are 256x256 and image->compression is -% undefined or is defined as ZipCompression. +% It encodes any subimage as a compressed PNG image (complete with the +% 8-byte PNG signature), only when its dimensions are 256x256 and +% image->compression is undefined or is defined as ZipCompression. % % The format of the WriteICONImage method is: %