commit | 4e0eef0224b2612b06c74d42d7f7c20f66f7f8b3 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Sun May 30 21:52:21 2010 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Sun May 30 21:52:21 2010 +0000 |
tree | c7ae12ed64e61215c759f61f98e92afaf3c03f4e | |
parent | 8182b0758e3429fb8dcd1700f09643fd4d80a41c [diff] [blame] |
diff --git a/Magick++/lib/Pixels.cpp b/Magick++/lib/Pixels.cpp index 16e9637..b233536 100644 --- a/Magick++/lib/Pixels.cpp +++ b/Magick++/lib/Pixels.cpp
@@ -105,7 +105,7 @@ _columns = columns_; _rows = rows_; - PixelPacket* pixels = QueueCacheViewAuthenticPixels( _view, static_cast<ssize_t>(x_), static_cast<ssize_t>(y_), + PixelPacket* pixels = QueueCacheViewAuthenticPixels( _view, x_, y_, columns_, rows_, &_exception ); if ( !pixels ) throwException( _exception );