Image DPI in Vb.Net

  • Thread starter Thread starter cqmsmail
  • Start date Start date
C

cqmsmail

Hi

Is there any way to change an image file's DPI and color to those specified by us. I need to make a small app which takes images as input and it saves a copy in 72 dpi, 24 bit color format.

I am relatively new to this concept of dpi and colors etc.

Any help would be appreciated.

Thanks

PS

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
ps said:
Is there any way to change an image file's DPI and color to those
specified by us. I need to make a small app which takes images as
input and it saves a copy in 72 dpi, 24 bit color format.

I am relatively new to this concept of dpi and colors etc.

I only know how to do it for Bitmaps: Call the SetResolution method.

Maybe you get more help at microsoft.public.dotnet.framework.drawing
 
Hi,

I am unable to fully grasp the class mentioned above. Any place i can find a sample code which illustrates the use of the class

Thanks.

PS






**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
Hi PS,
I am unable to fully grasp the class mentioned above. Any place i can
find a sample code which illustrates the use of the classThat class is only documented with C# samples.

It is in the pages from which I did give you the link but till I saw it last
time, the samples are very thin.

Cor
 
Back
Top