Tech
Forums
Jobs
Books
Events
Interviews
Live
More
Learn
Training
Career
Members
Videos
News
Blogs
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
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
26.9
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());
}
}
BMP
c#.net-Save Image in your Format Like JPEG
PNG
TIFF etc...
Up Next
How To Add Pictures Or Images In Excel Sheet Using EPPlus .NET Application (C#) - Part Five
Ebook Download
View all
Beginning C# Object Oriented Programming
Read by 35.5k people
Download Now!
Learn
View all
Membership not found