Does anyone know why converting a standard a4 pdf to tiffg4 with postscript would give me tiffs of about a1 size?
[EMAIL PROTECTED] doc $ gs -dNOPAUSE -dSAFER -sOutputFile=wow.tif -sDEVICE=tiffg4 -dFIXEDMEDIA -sPAPERSIZE=a4 general.pdf quit.ps
[EMAIL PROTECTED] doc $ tiffdump wow.tif wow.tif: Magic: 0x4949 <little-endian> Version: 0x2a Directory 0: offset 8 (0x8) next 1740 (0x6cc) SubFileType (254) LONG (4) 1<2> ImageWidth (256) LONG (4) 1<1728> ImageLength (257) LONG (4) 1<2292> BitsPerSample (258) SHORT (3) 1<1> Compression (259) SHORT (3) 1<4> ...
Most annoying! I get reasonable values if I set the DPI to 72 (normal size) but I need 300. I guess I need to do some kind of resampling - or do I?
Cheers
Antoine
-- [email protected] mailing list
