Bug 691841 - image doesn't show
Summary: image doesn't show
Status: RESOLVED FIXED
Alias: None
Product: MuPDF
Classification: Unclassified
Component: mupdf (show other bugs)
Version: unspecified
Hardware: Macintosh MacOS X
: P4 normal
Assignee: Tor Andersson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-16 06:06 UTC by water
Modified: 2011-02-02 16:01 UTC (History)
1 user (show)

See Also:
Customer:
Word Size: ---


Attachments
see 2nd page (1.81 MB, application/pdf)
2010-12-16 06:06 UTC, water
Details

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