View Single Post
  #2 (permalink)  
Old 02-11-2008, 07:34 AM
Sathish Kumar Sathish Kumar is offline
D-Web Analyst
 
Join Date: Feb 2007
Posts: 304
Sathish Kumar is on a distinguished road
Default Re: Converting image from one format to another in C#

Hi,
Yes.We could do that by using the following code
Code:
   Image imgInFile=Image.FromFile(strFileName);
    imgInFile.Save(strOutFileName,ImageFormat.Bmp);
__________________
Sathish Kumar.R
Knowledge is meant to SHARE
Reply With Quote