its a good image, my graphics software loads it just fine. the BMP verison works fine with QB64 but the JPG version wont load.
its only this image that is not working, other JPGs, BMPs, and PNGs made by the same software all work fine. so why does this one image not load? What am I missing? Is my copy of QB64 the only one that wont load it?
Layer& = _LOADIMAGE("Networking.jpg", 32)
print layer&
output: "-1" which is a failed load
the PNG of this image is 5x the size, thats why I wanted to use the JPG version.