Bug 691174

Summary: TIFF MaxStripSize changed from 0 to 8192 causing breakage
Product: Ghostscript Reporter: Tim Waugh <twaugh>
Component: Other DriverAssignee: Lars Uebernickel <lars>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P4    
Version: 8.71   
Hardware: PC   
OS: Linux   
Customer: Word Size: ---
Attachments: ghostscript-tiff-default-strip-size.patch

Description Tim Waugh 2010-03-15 17:08:13 UTC
Created attachment 6061 [details]
ghostscript-tiff-default-strip-size.patch

With ghostscript-8.71 both efax and hylafax are failing due to the change in the TIFF default strip size.  Adding -dMaxStripSize=0 fixes it but I guess a better fix is to restore the old default (see patch).
Comment 1 Tim Waugh 2010-03-15 17:11:39 UTC
Original bug report:
  https://bugzilla.redhat.com/show_bug.cgi?id=571520
Comment 2 Marcos H. Woehrmann 2010-03-15 17:48:03 UTC
Changing the default strip size to 0 will cause Ghostscript to use large amount of memory when writing large, continuous tone tiff files since libtiff keeps all the data for one strip in memory.  The better solution is to change the default strip size to 1 meg, see Bug 691175.

*** This bug has been marked as a duplicate of bug 691175 ***