We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d9fc0 commit a28c5c3Copy full SHA for a28c5c3
1 file changed
tests/io/loadImage/src/main.cpp
@@ -9,7 +9,10 @@ class ofApp: public ofxUnitTestsApp{
9
ofxTest(img.load("indispensable.jpg"), "load from fs");
10
ofxTest(img.load(ofToDataPath("indispensable.jpg", true)), "load from fs");
11
ofxTest(img.load("http://openframeworks.cc/about/0.jpg"), "load from http");
12
- ofxTest(img.load("https://forum.openframeworks.cc/user_avatar/forum.openframeworks.cc/arturo/45/3965_1.png"), "load from https");
+ // ofxTest(img.load("https://forum.openframeworks.cc/user_avatar/forum.openframeworks.cc/arturo/45/3965_1.png"), "load from https");
13
+ // ar 48240 / th 144000 / dm 58289
14
+ ofxTest(img.load("https://avatars.githubusercontent.com/u/48240?v=4"), "load from https");
15
+
16
}
17
};
18
0 commit comments