Segmentation fault gettin witdth or height from

And again, check that if you’re using SDL 1.3, that you’ve compiled
SDL_image using the SDL 1.3 headers. Else it could allocate
memory for an old style SDL_Surface data structure and accessing
the ‘w’ field may be out of the memory area.
Guys, correct me if I’m saying nonsense.

Julien CLEMENT