Hello.
I use your lib in my code : https://github.com/gehelem/als (alpha branch).
But i use this lib for astronomic picture. For this, i need visualization in 16bit x3 ( for RGB picture).
currently I do not know if your library manages conversion to qimage 48bits.
In my code i convert in qimage and after i convert qimage to qpixmap.
before i used Opencv for create 48bit tiff picture and i use qpixmap for read this image (but it's slow).
Thanks for help