Page 1 of 1

Posted: 2006-09-06T09:38:03-07:00
by magick
AcquireOnePixel() is a MagickCore method. You can access it with MagickLib::AcquireOnePixel(). For Magick++, use Magick::Pixels::getConst() to acquire pixels.

Posted: 2006-09-06T22:39:44-07:00
by anthony
For the command line use

Code: Select all

   convert image.png  -crop 1x1+3+5 txt:-    
to get the 3,5 pixel