PDA

View Full Version : cut image using coordinates



druvraj
13th June 2012, 20:10
I want to cut a part of an bmp or tif image based on the coordinates. Co-ordinates are generally top left and bottom right. So mostly a rectangle. Does anybody know how to do it?

Druv

wysota
13th June 2012, 20:23
QImage::copy() or QPixmap::copy()