]> granicus.if.org Git - imagemagick/commitdiff
Revised the description string for the PNG00 subformat.
authorglennrp <glennrp@git.imagemagick.org>
Fri, 15 Feb 2013 12:51:48 +0000 (12:51 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Fri, 15 Feb 2013 12:51:48 +0000 (12:51 +0000)
coders/png.c

index 847af83c1b9d5d389e66fef60bf5d4d2d3b91ef0..4b19548d34aeab37705df0367877f6aadc8aa4b6 100644 (file)
@@ -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);