.NET中最好的免费/开源图像转换库是什么?

时间:2023-01-14 15:05:27

System.Drawing has supports for very limited number of image formats

System.Drawing支持非常有限数量的图像格式

What I am trying to do is, given an image of some format(JPG, TIFF, GIF, or PDF), conver them to other formats.

我想要做的是,给定一些格式的图像(JPG,TIFF,GIF或PDF),将它们转换为其他格式。

I am specifically looking for a free or an open-source versions of library for .NET.
Google and Stack Overflow gave me results libraries such as LeadTools (which I abhor and not free) and C/C++ libraries.

我特意寻找.NET的免费或开源版本的库。谷歌和Stack Overflow给了我一些结果库,比如LeadTools(我厌恶而不是免费)和C / C ++库。


I did do my research on Stack Overflow but I could not find an answer from following somewhat duplicated questions below.

我确实对Stack Overflow进行了研究,但我找不到下面有些重复问题的答案。

  1. Most useful free .NET libraries?
  2. 最有用的免费.NET库?

  3. What is the most useful .net library you’ve found?
  4. 您找到的最有用的.net库是什么?

  5. What is the best image manipulation library?
  6. 什么是最好的图像处理库?

2 个解决方案

#1


What about ImageMagick?

那么ImageMagick呢?

#2


PDF isn't exactly an image format. If you need a free library for handling PDFs specifically you could try http://itextsharp.sourceforge.net/

PDF不完全是图像格式。如果您需要一个免费的库来处理PDF,您可以尝试http://itextsharp.sourceforge.net/

#1


What about ImageMagick?

那么ImageMagick呢?

#2


PDF isn't exactly an image format. If you need a free library for handling PDFs specifically you could try http://itextsharp.sourceforge.net/

PDF不完全是图像格式。如果您需要一个免费的库来处理PDF,您可以尝试http://itextsharp.sourceforge.net/