Bug 691841

Summary: image doesn't show
Product: MuPDF Reporter: water <pointou>
Component: mupdfAssignee: Tor Andersson <tor.andersson>
Status: RESOLVED FIXED    
Severity: normal CC: codex69
Priority: P4    
Version: unspecified   
Hardware: Macintosh   
OS: MacOS X   
Customer: Word Size: ---
Attachments: see 2nd page

Description water 2010-12-16 06:06:09 UTC
Created attachment 7035 [details]
see 2nd page

in the 2nd page of the attached file, a logo image in left side can not show. it always displayed as a white blank.

i have try to do some modification in source code. and found that in pdf_image.c, function pdf_loadimageimp().

if i mark the following code as comment, the logo image will show correctly.

		conv = pdf_expandindexedpixmap(tile);
		fz_droppixmap(tile);
		tile = conv;

but i really don't know what are these codes mean. and if mark them out will cause any side-effect?

please check it, many thanks.

ps. i tested it on MacOSX version release 
and the modification was made on android version source code.
but i think it doesn't matter right?
Comment 1 Tor Andersson 2011-02-02 16:01:03 UTC
Works in the latest code.