How to make sure that the size of QImage is exactly the size i want in Pixel?Qt Code:
QImage image = ...; int width = ...; int height = ...;To copy to clipboard, switch view to plain text mode
How to make sure that the size of QImage is exactly the size i want in Pixel?Qt Code:
QImage image = ...; int width = ...; int height = ...;To copy to clipboard, switch view to plain text mode
Bookmarks