TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
hey_mr_art
NA
17
0
Convert an image to bmp file
Dec 22 2004 6:17 AM
Good day, I have a code that runs well using windows forms. This is the code: >>System.Drawing.Image imgSource = System.Drawing.Image.FromFile("c:\\test.gif"); >>imgSource.Save("c:\\test.bmp", System.Drawing.Imaging.ImageFormat.Bmp); But when I tried this on webforms, this error occured: "A generic error occurred in GDI+." How come? Arthur
Reply
Answers (
2
)
Saving a Scaled,Rotated and Translated GDI+ graphic on a Windows Form
keeping charachter facing in the direction its travelling