Why can't I load this png into my QPixmap? Open street map png
Q_ASSERT(fakeMap.load("C:/map71.png"));
This renders an ASSERT.
Does not render an ASSERT if I open it in MS paint and re saves it either as a jpeg or png (but larger in size). Same path and syntax.