开发者

Converting .EPS to Image in C#

How do i convert a eps file to System.Drawing.Image in C# i have tryed to use ImageMagickNET but that di开发者_开发百科dn't work-.-


You already tried ImageMagickNET, so there also is ImageGlue, but it is a commercial solution you will have to pay for.

The long way is using Ghostscript. You can use Ghostscript to convert an EPS file to an image, so all you need is a C# wrapper for Ghostscript and throw the EPS at it.

You also might just want to look at third party programs just doing the conversion for you. E.g. IrfanView. It is free and could be scripted to take a EPS and convert it to something else.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜