I have a GPD file with two resolutions. When I try to print using the higher resolution, instead of printing at a higher resolution, the bitmap will become enlarge.
Any help would be greatly appreciated.
Thanks in advance.
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
I would expect a 600x600 bitmap to be larger than a 300x300 bitmap. I am
not sure I see what the problem is.
This posting is provided “AS IS” with no warranties, and confers no
rights.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of DDK Beginner
Sent: Monday, July 14, 2003 6:15 PM
To: Windows System Software Developers Interest List
Subject: [ntdev] resolution problem
I have a GPD file with two resolutions. When I try to print using the
higher resolution, instead of printing at a higher resolution, the
bitmap will become enlarge.
Any help would be greatly appreciated.
Thanks in advance.
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month! — You are currently
subscribed to ntdev as: xxxxx@microsoft.com To unsubscribe send a
blank email to xxxxx@lists.osr.com
Given the following in a GPD file…
*Feature: Resolution
{
*rcNameID: =RESOLUTION_DISPLAY
*DefaultOption: Option1
*Option: Option1
{
*Name: "300 x 300 " =DOTS_PER_INCH
*DPI: PAIR(300, 300)
…
…
}
*Option: Option2
{
*Name: "600 x 600 " =DOTS_PER_INCH
*DPI: PAIR(600, 600)
…
…
}
}
I assumed that using either resolution will have the same size but different print output. Is my understanding correct? What happened is that the same bitmap will have a larger print output if you choose “600 X 600” resolution compared to a “300 X 300” resolution.
Thanks for the reply.
Ashwin Needamangala wrote:
I would expect a 600x600 bitmap to be larger than a 300x300 bitmap. I am
not sure I see what the problem is.
- Ashwin
This posting is provided “AS IS” with no warranties, and confers no
rights.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of DDK Beginner
Sent: Monday, July 14, 2003 6:15 PM
To: Windows System Software Developers Interest List
Subject: [ntdev] resolution problem
I have a GPD file with two resolutions. When I try to print using the
higher resolution, instead of printing at a higher resolution, the
bitmap will become enlarge.
Any help would be greatly appreciated.
Thanks in advance.
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month! — You are currently
subscribed to ntdev as: xxxxx@microsoft.com To unsubscribe send a
blank email to xxxxx@lists.osr.com
—
You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
---------------------------------
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
This has nothing to do with the GPD or even Unidrv. Any bitmap of higher
resolution has to be of larger size than a bitmap of lower resolution
simply because there is more data. The same applies to bitmaps of
differing bit depth.
This posting is provided “AS IS” with no warranties, and confers no
rights.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of DDK Beginner
Sent: Monday, July 14, 2003 11:48 PM
To: Windows System Software Developers Interest List
Subject: [ntdev] RE: resolution problem
Given the following in a GPD file…
*Feature: Resolution
{
*rcNameID: =RESOLUTION_DISPLAY
*DefaultOption: Option1
*Option: Option1
{
*Name: "300 x 300 " =DOTS_PER_INCH
*DPI: PAIR(300, 300)
…
…
}
*Option: Option2
{
*Name: "600 x 600 " =DOTS_PER_INCH
*DPI: PAIR(600, 600)
…
…
}
}
I assumed that using either resolution will have the same size but
different print output. Is my understanding correct? What happened is
that the same bitmap will have a larger print output if you choose “600
X 600” resolution compared to a “300 X 300” resolution.
Thanks for the reply.
Ashwin Needamangala wrote:
I would expect a 600x600 bitmap to be larger than a 300x300 bitmap. I am
not sure I see what the problem is.
- Ashwin
This posting is provided “AS IS” with no warranties, and confers no
rights.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of DDK Beginner
Sent: Monday, July 14, 2003 6:15 PM
To: Windows System Software Developers Interest List
Subject: [ntdev] resolution problem
I have a GPD file with two resolutions. When I try to print using the
higher resolution, instead of printing at a higher resolution, the
bitmap will become enlarge.
Any help would be greatly appreciated.
Thanks in advance.
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month! — You are currently
subscribed to ntdev as: xxxxx@microsoft.com To unsubscribe send a
blank email to xxxxx@lists.osr.com
—
You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month! — You are currently
subscribed to ntdev as: xxxxx@microsoft.com To unsubscribe send a
blank email to xxxxx@lists.osr.com