I was wondering if vb.net could handel .eps files
I wanted to write somethign that i could drop a eps file into and it would change all the white to transparent
any ideas where to start?
Printable View
I was wondering if vb.net could handel .eps files
I wanted to write somethign that i could drop a eps file into and it would change all the white to transparent
any ideas where to start?
I am not aware of any built-in method that .NET contains in order to work with EPS files. You would have to see if you can find some third-party library. Did a search and found something that mentions ImageMagick, or ghostscript.dll (which apparently is free)...
Check out this link: http://dotnet247.com/247reference/msgs/44/220912.aspx
Thanks
the problem with that is it has to stay a high res eps or other systems wont take it.
ill keep searching