Cut out pictures
Qt Creator and other tools
3
Posts
2
Posters
2.1k
Views
1
Watching
-
If there are not a tool written in Qt/C++, is somebody know how can I cut out an image? I want to selection an part an copy or cut this part an create an image with it.
How can I do this?
I use the copy() method of QPixmap, but the copy is shifted. I mean that the selected part is not copied exactly, but it shifts to the right a few pixels and copy from there.