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
-----------------------------------------------------------------------

Re: Bitmap Printer driver BMP -- Tiff by Vipin

Vipin
Thu Jul 06 05:55:43 CDT 2006

If interested in a printer driver contact me at
vipin_aravind at hotmail dot com

--
Vipin Aravind
http://www.explorewindows.com/Blogs



"njdude31" <njdude31.29wqb1@mail.codecomments.com> wrote in message
news:njdude31.29wqb1@mail.codecomments.com...
>
> Im using the sample Bitmap printer driver that comes with the DDK. This
> 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 finalpage
>
> Imgnnn.bmp
> Then I take each of these bmp files and use GDI+ to create a TifG3 file
>
> 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.
>
>
>
> --
> njdude31
> ------------------------------------------------------------------------
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------
>