How to resize an Image C#

前端 未结 17 2398
暗喜
暗喜 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:13

    I use ImageProcessorCore, mostly because it works .Net Core.

    And it have more option such as converting types, cropping images and more

    http://imageprocessor.org/imageprocessor/

提交回复
热议问题