PDA

View Full Version : how can i edit pixel values



Askar
3rd March 2010, 12:41
Dear Friends ,
How can i directly edit pixel values without using QImage.

Thanks
Regards

Askar

aamer4yu
4th March 2010, 05:09
How can i directly edit pixel values without using QImage.
pixels can be edited on some buffer / memory. QImage is a sort of buffer for the image. If you dont want to use QImage, then whose pixels you want to modify ?