Im using the sample Bitmap printer driver that comes with the DDK. Thi
is what im doing to get a multi page tiff.
Instead of just using the EndDoc function I also overwrite the
StartPage function where i see if this is a new page i create a
Imag001.bmp file and finally in the EndDoc function write the finalpag
Imgnnn.bmp
Then I take each of these bmp files and use GDI+ to create a TifG3 fil
and then combine them together into one single tiff file.
Am I doing anything wrong ?
The other question I have is regarding resolution. I see that the
sample provides for 3 different resolutions 150x150, 300x300 & 600x600
But the output bimap if i look in MSPaint shows a resolution of 4x4,
8x8, 15x15 . how is this happening and what is the relation ?
Any help is appreciated
-
njdude3
-----------------------------------------------------------------------
Posted via http://www.codecomments.co
-----------------------------------------------------------------------