commit | 1408357798068c202a9490f56af4f6668497bd26 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Sat Oct 01 22:27:02 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Sat Oct 01 22:27:02 2011 +0000 |
tree | b4952f210753394d0aa6d67c7001505dada7c2b2 | |
parent | 9950d57e1124b73f684fb5946e206994cefda628 [diff] [blame] |
diff --git a/Magick++/lib/Image.cpp b/Magick++/lib/Image.cpp index 9fc284b..42a6f71 100644 --- a/Magick++/lib/Image.cpp +++ b/Magick++/lib/Image.cpp
@@ -3488,7 +3488,7 @@ if ( pixel ) { PixelPacket packet; - MagickCore::GetPixelPacket(constImage(),pixel,&packet); + MagickCore::GetPixelPacketPixel(constImage(),pixel,&packet); return Color( packet ); }