fix: Adapt copyToQImage for greyscale images
Issues with handling greyscale sequences were only in the visualization.
The copyToQImage
method did not handle greyscale images correctly. This was fixed, by repacing the handmade loop with a constructor of QImage
.
Closes #338 (closed)