Qt 6.11 is out! See what's new in the release
blog
Change application color to grayscale
General and Desktop
3
Posts
2
Posters
1.0k
Views
2
Watching
-
Is it possible to define programmatically the color depth of the Qt application window to 8 bit grayscale ?
The final goal is to get the QPixmap of the application window directly in grayscale for my further processing, instead of converting it on the fly, spending a lot of CPU time. -
I don't think there's anything like that in Qt.
How often do you capture the pixmap and how large is it?