Thank You..
Is there any fuction to convert QImage to uchar* . Actually i used bits(), scanline() etc. Since it returns address, i cannot manipulate the data.
Actually i need to copress the QImage row data using qCompress(). Can anyone help me out???