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 827

Summary: SDL_image can't load uncompressed PCX images
Product: SDL_image Reporter: Sam Lantinga <slouken>
Component: miscAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: unspecified   
Hardware: All   
OS: All   
Attachments: PCX test image

Description Sam Lantinga 2009-10-04 12:43:58 UTC
Created attachment 394 [details]
PCX test image

Attached file is PCX without RLE compression. PCX files should always be with
RLE compression, but it looks like some programs like XnView can create PCX
files without RLE compression and for example IrfanView seems to support decode
of them.

(from http://roundup.ffmpeg.org/roundup/ffmpeg/issue1411)
Comment 1 Sam Lantinga 2009-10-04 13:16:54 UTC
This is implemented for the next release.