We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3118

Summary: IMG_Init Failing
Product: SDL_image Reporter: juan_memo19
Component: miscAssignee: Sam Lantinga <slouken>
Status: RESOLVED INVALID QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: amit.jain83
Version: 2.0.0   
Hardware: x86_64   
OS: Linux   

Description juan_memo19 2015-09-13 23:54:30 UTC
when running "IMG_Init(IMG_INIT_PNG | IMG_INIT_JPG)" getting the next error 
"PNG images are not supported"
Comment 1 Amit Jain 2015-10-05 06:44:53 UTC
Configure SDL Image with PNG lib support and check libpng in system install (ld_path) and pkg config path.
Comment 2 Sam Lantinga 2017-10-22 08:27:28 UTC
You're missing the PNG library on your system.