Bug 40062 - [PATCH] TIFF Publishing
Summary: [PATCH] TIFF Publishing
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: images (show other bugs)
Version: 0.92
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-17 21:22 UTC by Gilles Beaugeais
Modified: 2012-04-01 07:04 UTC (History)
0 users



Attachments
TIFFImage,java difference file (3.83 KB, patch)
2006-07-17 21:24 UTC, Gilles Beaugeais
Details | Diff
TIFF test file (68.91 KB, image/tiff)
2006-07-17 21:26 UTC, Gilles Beaugeais
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gilles Beaugeais 2006-07-17 21:22:56 UTC
A bilevel CCITT Group 4 TIFF file is not published correctly when 
its fill order equals 2.

In file org/apache/fop/image/TIFFImage.java, the loadOriginalData() 
function does not take into account the TIFF_FILL_ORDER field 
(when equals 2, byte table should be flipped - as in xmlgraphics 
TIFFFaxDecoder class).
Comment 1 Gilles Beaugeais 2006-07-17 21:24:33 UTC
Created attachment 18614 [details]
TIFFImage,java difference file
Comment 2 Gilles Beaugeais 2006-07-17 21:26:26 UTC
Created attachment 18615 [details]
TIFF test file
Comment 3 Jeremias Maerki 2006-07-24 09:27:48 UTC
Patch applied: http://svn.apache.org/viewvc?rev=424979&view=rev

Thanks a lot!
Comment 4 Glenn Adams 2012-04-01 07:04:12 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed