I am looking for a way to get the original pixel data from a Image element into 
QImage. A few ways just grab the image as rendered (returning less data if 
scaled down) but I want the full image.

I don't mind loading the pixel data for myself, but the Image element take s 
QUrl, and if passed to QImage(url) nothing except local files load, and I have 
to use url().path(). I'd like to pass the full URL to 
QImage("https://blah/file";) and have it load synchronously.

Is there any way to do that?
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to