From: glennrp Date: Fri, 15 Feb 2013 12:51:48 +0000 (+0000) Subject: Revised the description string for the PNG00 subformat. X-Git-Tag: 7.0.1-0~4236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6270857991c1a3fb1d05e652e81835ee4fcf0a34;p=imagemagick Revised the description string for the PNG00 subformat. --- diff --git a/coders/png.c b/coders/png.c index 847af83c1..4b19548d3 100644 --- a/coders/png.c +++ b/coders/png.c @@ -7356,7 +7356,8 @@ ModuleExport size_t RegisterPNGImage(void) entry->magick=(IsImageFormatHandler *) IsPNG; entry->adjoin=MagickFalse; - entry->description=ConstantString("PNG inheriting subformat from original"); + entry->description=ConstantString( + "PNG inheriting bit-depth and color-type from original"); entry->module=ConstantString("PNG"); (void) RegisterMagickInfo(entry);