graysacle QImage
General and Desktop
2
Posts
2
Posters
678
Views
2
Watching
-
I am working on rasterization and image processing algorithms. I am doing it by painting with QPainter on a QImage. I don't need (A)RBG, just gray-scale. I noticed that there are reserved grayscale formats at the header, EX. "Format_Grayscale8". At what Qt version are those planned to be implemented?
For now, I am using only blue, and the other colors are redundant.