Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Could anybody tell me how to convert a '.bmp' image to '.jpg' and '.gif' directly(without using save dialog) using C#.NET?
Posted
Comments
Sergey Alexandrovich Kryukov 11-Jul-11 4:10am    
System.Windows.Forms or WPF? Tag it!
The question has nothing to do with dialogs; they only selects the file name.
--SA

1 solution

Hi,

at first http://tinyurl.com/6fgox6e[^]

and take a look here, you will find different solutions for your problem.

http://stackoverflow.com/questions/41665/bmp-to-jpg-png-in-c[^]

What this '(without using save dialog)' means? Save the file directly on disk?

Bye
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900