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 - IMG_Init Failing
Summary: IMG_Init Failing
Status: RESOLVED INVALID
Alias: None
Product: SDL_image
Classification: Unclassified
Component: misc (show other bugs)
Version: 2.0.0
Hardware: x86_64 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-13 23:54 UTC by juan_memo19
Modified: 2017-10-22 08:27 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.