SDL_image and PNG files

hi,

my program crashes as soon as i Blit a SDL_Surface containing an image
file with a png.

Is there anything i have to look after? In the docu of SDL_image i found
nothing special for png, jpeg works without problems though :S

Thanks

Benjamin Sonnemann wrote:

hi,

my program crashes as soon as i Blit a SDL_Surface containing an image
file with a png.

Is there anything i have to look after? In the docu of SDL_image i found
nothing special for png, jpeg works without problems though :S

Thanks

Problem solved. i used the libpng shipping with SDL_image and it worked