Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
c#.net-Save Image in your Format Like JPEG, BMP, PNG, TIFF etc...
WhatsApp
Ghanashyam Nayak
13y
27
k
0
0
25
Blog
private
void
Button1_Click(
object
sender,
EventArgs
e)
{
t
ry
{
Image
img1 = default(
Image
);
img1 =
Image.FromFile
(
"C:\\2.gif"
);
img1.
RotateFlip
(
RotateFlipType
.Rotate180FlipX);
img1.
Save
(
"C:\\2_Rotate180FlipX.Png"
,
System.Drawing.Imaging.ImageFormat.Png
);
}
catch
(
Exception
ex)
{
MessageBox
.
Show
(ex.ToString());
}
}
c#.net-Save Image in your Format Like JPEG
BMP
PNG
TIFF etc...
Up Next
How to copy the Images from one folder to another folder using C#.Net
Ebook Download
View all
Diving Into OOP
Read by 16.1k people
Download Now!
Learn
View all
Membership not found