What is the best Free/Open-Source image conversion library in .NET? [closed]

女生的网名这么多〃 提交于 2019-12-11 16:59:39

问题


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

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

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.


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

  1. Most useful free .NET libraries?
  2. What is the most useful .net library you’ve found?
  3. What is the best image manipulation library?

回答1:


What about 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/



来源:https://stackoverflow.com/questions/719616/what-is-the-best-free-open-source-image-conversion-library-in-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!