I'd use QtConcurrent::blockingMappedReduced(). First divide the image into chunks, then map the chunks to grayscale chunks and then reduce the chunks into a single image again.
BTW. What is the format (and especially the depth) of your image?
I'd use QtConcurrent::blockingMappedReduced(). First divide the image into chunks, then map the chunks to grayscale chunks and then reduce the chunks into a single image again.
BTW. What is the format (and especially the depth) of your image?
Bookmarks