I need a method that resizes an any kind of image like bitmap, jpeg, png. Maybe something like this: private void imageResize(Image img, int newHeight, int newWidth)
That returns img? What ever works and I am able to call the method somewhere in my code.
views:
89answers:
1
+1
A:
Hello!
Have a look at this: http://www.switchonthecode.com/tutorials/csharp-tutorial-image-editing-saving-cropping-and-resizing
Under 'Resizing'
Tony
2009-11-29 22:04:15
Great link, thanks!
adrianos
2009-12-03 09:53:19