Page 1 of 1

meaning of acquireImagepixels() method with negative area?

Posted: 2007-01-12T16:51:21-07:00
by stanleyweike
by grabbing negative areas with AcquireImagePixels() (e.g.
AcquireImagePixels(image,-3,-3,image->columns+7,7)), what does it mean?

Posted: 2007-01-12T16:55:53-07:00
by magick
See http://magick.imagemagick.org/script/ar ... .php#cache for a discussion of virtual pixels (e.g. pixels outside the image region).

Posted: 2007-01-28T23:45:14-07:00
by anthony
Just to me more clear. the negative was a position, not an area.