views:

1407

answers:

3

Anyone know of a good library to wrap via c# to convert EPS to JPG Files?

A: 

I would look at Paint.Net's source http://getpaint.net They might have something there for you.

Daniel A. White
A: 

You could load an external library in and run function calls through that - it doesn't need to be coded in C#.

Something like ImageMagick: http://www.imagemagick.org/script/index.php

Mr. Pig
A: 
Charlie Salts