]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 4 Apr 2010 16:10:59 +0000 (16:10 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 4 Apr 2010 16:10:59 +0000 (16:10 +0000)
coders/bmp.c

index 90f4430d07bce083d22c8afe2c2f3cf47d76424d..29a8d90f0e57798bef85ea4023b8b2890f07561a 100644 (file)
@@ -1344,7 +1344,7 @@ ModuleExport unsigned long RegisterBMPImage(void)
   entry->decoder=(DecodeImageHandler *) ReadBMPImage;
   entry->encoder=(EncodeImageHandler *) WriteBMPImage;
   entry->magick=(IsImageFormatHandler *) IsBMP;
-  entry->description=ConstantString("Microsoft Windows bitmap image");
+  entry->description=ConstantString("Microsoft Windows bitmap image (V5)");
   entry->module=ConstantString("BMP");
   entry->adjoin=MagickFalse;
   entry->seekable_stream=MagickTrue;
@@ -1352,7 +1352,7 @@ ModuleExport unsigned long RegisterBMPImage(void)
   entry=SetMagickInfo("BMP2");
   entry->encoder=(EncodeImageHandler *) WriteBMPImage;
   entry->magick=(IsImageFormatHandler *) IsBMP;
-  entry->description=ConstantString("Microsoft Windows bitmap image v2");
+  entry->description=ConstantString("Microsoft Windows bitmap image (V2)");
   entry->module=ConstantString("BMP");
   entry->adjoin=MagickFalse;
   entry->seekable_stream=MagickTrue;
@@ -1360,7 +1360,7 @@ ModuleExport unsigned long RegisterBMPImage(void)
   entry=SetMagickInfo("BMP3");
   entry->encoder=(EncodeImageHandler *) WriteBMPImage;
   entry->magick=(IsImageFormatHandler *) IsBMP;
-  entry->description=ConstantString("Microsoft Windows bitmap image v3");
+  entry->description=ConstantString("Microsoft Windows bitmap image (V3)");
   entry->module=ConstantString("BMP");
   entry->adjoin=MagickFalse;
   entry->seekable_stream=MagickTrue;