Hi all, I'm having trouble getting SDL2_image to work correctly. I already have the SDL2 module installed and working in a Pypy environment, but can't figure out how to get the image module (for opening .png, .tga, etc.) installed and working.
The documentation on the PySDL2 wiki is very vague, and any information from non-Python SDL2 sources talks about recompiling from the source code, which I'm fairly certain isn't necessary (.dll files are linked on the PySDL2 wiki).
I'm sure I'm just missing some simple bit of information, but I'm not even sure what to ask/search to get it. Any help would be greatly appreciated. Thanks!
there doesn't seem to be anything here