Bug 688748 - -dAdjustWidth=0 has no effect.
Summary: -dAdjustWidth=0 has no effect.
Status: NOTIFIED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Printer Driver (show other bugs)
Version: 0.00
Hardware: PC Windows NT
: P4 normal
Assignee: Alex Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-10 21:47 UTC by Alex Cherepanov
Modified: 2008-12-19 08:31 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
patch (1.69 KB, patch)
2006-06-17 08:59 UTC, Alex Cherepanov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Cherepanov 2006-06-10 21:47:50 UTC
According to the doc -dAdjustWidth=0 should prevent tiff fax devices to
adjust the paper width to 1728 columns but it has no effect. 

gswin32c.exe -dBATCH -dNOPAUSE -dAdjustWidth=0 -sDEVICE=tiffg4 -r204
-sOutputFile=bar.tif bar.ps

Where bar.ps is:
%!
<</PageSize [600 792]>> setpagedevice
showpage
Comment 1 Alex Cherepanov 2006-06-17 08:59:07 UTC
Created attachment 2280 [details]
patch

According to Devices.htm, all black-and-white TIFF devices support AdjustWidth
parameter, but tiffg32d and tiffg4 didn't, always adjusting the page size.
Comment 2 Alex Cherepanov 2006-06-17 14:40:15 UTC
Tested. No differences.
Comment 3 leonardo 2006-06-28 10:28:07 UTC
Please commit.
Comment 4 Alex Cherepanov 2006-06-28 21:26:59 UTC
The patch is committed as revision 6884.