Has anyone had issues when OF in Visual Studio doesn’t display images of wider than 450px? It seems like the height doesn’t matter, but anything wider than 450px draws as light grey (blank).
Please could you help me solve this, as I need to do effects for 1920x1080 sized images
ofImage image;
void setup();
void update();
void draw();
void keyPressed (int key);
void keyReleased (int key);
void mouseMoved(int x, int y );
void mouseDragged(int x, int y, int button);
void mousePressed(int x, int y, int button);
void mouseReleased(int x, int y, int button);
void windowResized(int w, int h);
void dragEvent(ofDragInfo dragInfo);
void gotMessage(ofMessage msg);
My main looks exactly the same. 6.png doesn’t open I want to reinstall visual studio 2015 for community, looking for the right link now. so annoying.Thank you for looking this up!
nope, no errors, no warning. nothing in command window. really weird. I am puzzled but I am chatting with visual studio support maybe they can help will let you know the outcome!