Convert bitmaps to one multipage TIFF image in .NET 2.0

后端 未结 7 1980
有刺的猬
有刺的猬 2020-11-27 11:29

How can i convert an array of bitmaps into a brand new image of TIFF format, adding all the bitmaps as frames in this new tiff image?

using .NET 2.0.

7条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-27 12:20

    Not being a fan of Microsoft's track record when it comes to handling and creating files of standardized formats, I would suggest using ImageMagick, available as a .Net library in the form of MagickNet (beware, http://midimick.com/magicknet/ currently has a spyware popup, I have alerted the site owner).

提交回复
热议问题