projects
/
imagemagick
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4625ff1
)
Fixed typo.
author
dirk
<dirk@git.imagemagick.org>
Tue, 24 Feb 2015 21:27:27 +0000
(21:27 +0000)
committer
dirk
<dirk@git.imagemagick.org>
Tue, 24 Feb 2015 21:27:27 +0000
(21:27 +0000)
coders/bgr.c
patch
|
blob
|
history
diff --git
a/coders/bgr.c
b/coders/bgr.c
index f0b778aed503047c4452196355183c648398309b..e64ba72d9612587bbc589d84a7cb2b7802192a12 100644
(file)
--- a/
coders/bgr.c
+++ b/
coders/bgr.c
@@
-173,7
+173,7
@@
static Image *ReadBGRImage(const ImageInfo *image_info,
}
if (LocaleCompare(image_info->magick,"BGRO") == 0)
{
- quantum_type=
RGB
OQuantum;
+ quantum_type=
BGR
OQuantum;
image->alpha_trait=BlendPixelTrait;
canvas_image->alpha_trait=BlendPixelTrait;
}