Click here to Skip to main content
16,017,307 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to re-size an user input picture and want to sa.ve the resize image in a folder. Please help me to do this task
Posted

1 solution

What have you tried ? You can pass a bitmap to a bitmap constructor, with a new size. It's a pretty simple task. Where are you stuck ?
 
Share this answer
 
Comments
Jeremy Shin Woo 10-Aug-11 22:53pm    
If you can plz explain it by the code. because I'm not in fluent of constructors. thanx
Christian Graus 10-Aug-11 22:58pm    
I assume you just don't know the term. Bitmap bm = new Bitmap(); That's a constructor. Of course, if you knew how to use google, C# Bitmap Constructor would have given you examples. http://msdn.microsoft.com/en-us/library/0wh0045z.aspx
Jeremy Shin Woo 10-Aug-11 23:02pm    
Thanks a lot

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