Bug 40062

Summary: [PATCH] TIFF Publishing
Product: Fop - Now in Jira Reporter: Gilles Beaugeais <gbeaugeais>
Component: imagesAssignee: fop-dev
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: 0.92   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Attachments: TIFFImage,java difference file
TIFF test file

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