Heya!
In an application i'm working on, on some hardware it is throwing an error when trying to load high resolution errors
Failed to create image, its internal size is too high (4096x4096)
I've already googled around, and know that this is to do with the graphics card is not powerful enough to load such a large image, however none of the images themselves are 4096x4096. The particular image i was testing on is one of the largest, and is ~3000x~2000.
I realise that this most likely has no effect on the actual error, however i was wondering if anyone would be able to explain the incorrect reporting of the image size.
If it is of any help, i am running PySFML 1.6, compiled from the latest Trunk revision in python 32 bit.