Trying to load a 105 Mb (31349X26982 pixels) image to a QImage or QPixmap using this code :
QImage m("/home/user/Desktop/a.jpg");
and
QPixmap m("/home/user/Desktop/a.jpg");
both fails to load the image with no debugging information in Qt Creator.
No warnings / errors appear. When trying to show it in a label, the label is empty.
Using Qt 5.7 on ubuntu 16.04, with qt creator 4.0.2 and gcc 7.1
Any suggestions?