Fixed typo.
authordirk <dirk@git.imagemagick.org>
Tue, 24 Feb 2015 21:27:27 +0000 (21:27 +0000)
committerdirk <dirk@git.imagemagick.org>
Tue, 24 Feb 2015 21:27:27 +0000 (21:27 +0000)
coders/bgr.c

index f0b778aed503047c4452196355183c648398309b..e64ba72d9612587bbc589d84a7cb2b7802192a12 100644 (file)
@@ -173,7 +173,7 @@ static Image *ReadBGRImage(const ImageInfo *image_info,
     }
   if (LocaleCompare(image_info->magick,"BGRO") == 0)
     {
-      quantum_type=RGBOQuantum;
+      quantum_type=BGROQuantum;
       image->alpha_trait=BlendPixelTrait;
       canvas_image->alpha_trait=BlendPixelTrait;
     }