Thread
:
Converting image from one format to another in C#
View Single Post
#
2
(
permalink
)
02-11-2008, 07:34 AM
Sathish Kumar
D-Web Analyst
Join Date: Feb 2007
Posts: 304
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
Sathish Kumar
View Public Profile
Send a private message to Sathish Kumar
Find all posts by Sathish Kumar