C++ (Qt)QApplication app( argc, argv );QImage image( "path/to/image.png" );qDebug() << "Image loaded: " << !image.isNull();