Tagged Questions
0
votes
2answers
378 views
Fast image manipulation
I have an array 10X10 with values between 1 to 10. Now say I want to give each value a unique color (Say 1 gets blue 2 gets red etc). I'm using qt qimage to represent the image.
Here's what I'm doing
...