Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I want to have indexed access to each line of pixels of my Image.More specifically I want to be capable of accesing a pixel in aspecific row every time.How is that possible via the attributes of Image class?
Yes I use Magick++!What I want to do is to iteratively assign the image's pixel values to a TBitmap using ScanLine() .So is it possible to assign pixel values with getConst()?