Is there a way to resize an image using GPU?
问题 Is there a way to resize an image using GPU (graphic card) that is consumable through a .NET application? I am looking for an extremely performant way to resize images and have heard that the GPU could do it much quicker than CPU (GDI+ using C#). Are there known implementations or sample code using the GPU to resize images that I could consume in .NET? 回答1: Have you thought about using XNA to resize your images? Here you can find out how to use XNA to save image as a png/jpeg to a