tags:

views:

89

answers:

1

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.

+1  A: 

Hello!

Have a look at this: http://www.switchonthecode.com/tutorials/csharp-tutorial-image-editing-saving-cropping-and-resizing

Under 'Resizing'

Tony
Great link, thanks!
adrianos