Home | History | Annotate | Download | only in lib

Lines Matching refs:Pixels

23 #include "Magick++/Pixels.h"
39 // If image pixels and signature are the same, then the image is identical
60 // If image pixels are less, then image is smaller
499 // Use SyncImage to synchronize the DirectClass pixels with the
3884 Pixels pixels(*this);
3886 pixel=pixels.get(x_, y_, 1, 1 );
3889 // Tell ImageMagick that pixels have been updated
3890 pixels.sync();