标签: c# image
我需要一种方法来调整任何类型的图像,如位图,jpeg,png。也许是这样的:private void imageResize(Image img, int newHeight, int newWidth)那会返回img?什么工作,我能够在我的代码中的某个地方调用该方法。
private void imageResize(Image img, int newHeight, int newWidth)
答案 0 :(得分:1)
看看这个: http://www.switchonthecode.com/tutorials/csharp-tutorial-image-editing-saving-cropping-and-resizing
在'调整大小'下