How to resize an Image C#

前端 未结 17 2396
暗喜
暗喜 2020-11-21 22:28

As Size, Width and Height are Get() properties of System.Drawing.Image;
How can I resize an Image object

17条回答
  •  借酒劲吻你
    2020-11-21 23:28

    You can use the Accord.NET framework for this. It provides a few different methods of resizing:

    • Bicubic
    • Bilinear
    • Nearest Neighbour

提交回复
热议问题