Hi,

Is it possible to read QPixmap info pixel by pixel? I know how to read bitmap info pixel by pixel (open as binary, find the beginnning of pixel info and start reading) but can I do the same with QPixmaps?
So, if I wanted to get the RGB colors of the second pixel of the first row of my QPixmap, how would I do that?