Bug 690995 - Indexed images not decoded in pdf_loadtile
Summary: Indexed images not decoded in pdf_loadtile
Status: RESOLVED FIXED
Alias: None
Product: MuPDF
Classification: Unclassified
Component: mupdf (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P4 normal
Assignee: Tor Andersson
URL: http://code.google.com/p/sumatrapdf/i...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-14 01:28 UTC by zeniko
Modified: 2010-07-11 14:14 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zeniko 2009-12-14 01:28:37 UTC
See the URL for an affected document and http://code.google.com/p/sumatrapdf/source/detail?r=1640 for a potential patch 
(including some hackery due to the fact that fz_decodetile only expects floats 
between 0.0 and 1.0 while Indexed color spaces expect them to be between 0 and 
2^n-1).