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 - SDL_image can't load uncompressed PCX images
Summary: SDL_image can't load uncompressed PCX images
Status: RESOLVED FIXED
Alias: None
Product: SDL_image
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-04 12:43 UTC by Sam Lantinga
Modified: 2009-10-04 13:16 UTC (History)
0 users

See Also:


Attachments
PCX test image (768.88 KB, image/x-pcx)
2009-10-04 12:43 UTC, Sam Lantinga
Details

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