J
James Dean
I have 1 bit per pixel information and i have the width and height of
this data.Each bit corresponds to a 24 bit colour value. I want to
convert this to 24bit per pixel bitmap.
Do i need to multiply the width and the height by 24 or just the width?.
I tried to multiply the width by 24 but the value is too large?.....what
can i do?.
The 1bpp data is at resolution 600dpi.....can i just use the set
resolution function to change it to 96dpi or do i need to do something
else?.
Basically i want to know the steps i need to do in C#......How to create
a 24bpp 96dpi bitmap from 1bpp 600dpi(width and height) resolution data.
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
this data.Each bit corresponds to a 24 bit colour value. I want to
convert this to 24bit per pixel bitmap.
Do i need to multiply the width and the height by 24 or just the width?.
I tried to multiply the width by 24 but the value is too large?.....what
can i do?.
The 1bpp data is at resolution 600dpi.....can i just use the set
resolution function to change it to 96dpi or do i need to do something
else?.
Basically i want to know the steps i need to do in C#......How to create
a 24bpp 96dpi bitmap from 1bpp 600dpi(width and height) resolution data.
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!