How to use EPS files in a WPF or Silverlight application?
Asked Answered
U

1

15

I have a few images in EPS format which I would like to use in my WPF application. Is this possible?

If not, is there a way to convert them to XAML so I can use them directly in WPF? I don't have a budget for Expression Design or Adobe Illustrator, and there are only a few images to convert.

Underquote answered 1/7, 2009 at 13:31 Comment(0)
P
9

You can use Inkscape http://www.inkscape.org/. It will allow you to import EPS file, but you'll need to have GhostScript installed for that. Inkscape uses SVG format and will allow you to export from SVG to XAML.

Phytography answered 1/7, 2009 at 13:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.