Bug 52487

Summary: ee doesn't handle some .bmp files properly
Product: [Retired] Red Hat Linux Reporter: Alexander L. Belikoff <abel>
Component: eeAssignee: Alexander Larsson <alexl>
Status: CLOSED WONTFIX QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-24 14:09:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
test image none

Description Alexander L. Belikoff 2001-08-24 06:39:32 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.6-3.1smp i686; Nav)

Description of problem:
See the file attached. Xv and ImageMagick handle it OK, ee shows junk
(looks like it doesn't compute offsets right)

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. xv test.bmp
2. ee test.bmp
3.
	

Additional info:

Comment 1 Alexander L. Belikoff 2001-08-24 06:40:24 UTC
Created attachment 29344 [details]
test image

Comment 2 Alexander Larsson 2001-08-24 15:09:17 UTC
This seems to be a bug in imlib. We're phasing out useage of imlib in favor of
gdk-pixbuf, which is able to read that file. Since bmp is also a seldom used
fileformat on linux we don't feel that this bug is worth fixing.