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
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.
Tested. No differences.
Please commit.
The patch is committed as revision 6884.