Quote Originally Posted by jacek
If you need to read pixel values, then you must use QImage, but maybe QPainter::fillRect() or QPainter::fillPath() will be enough?

Or maybe you don't need an image at all, but something like Q3Canvas?
jacek, I need to modify the source image because I need to save it at the end. But thanks for the suggestions. I think I will use a QImage seems like it will be painted just like a QPixamp.
Thanks jacek