Rendering Vector Images

D

dwyer.bill

Hi, I am trying to create a control that will display a vector image.
The main purpose is to allow for the resizing of an image without
pixelation. All of our image files are in AI(Adobe Illustrator) and we
were thinking of converting them over to PDF and using some third party
software to display the PDF. The only alternative I have found was to
use SVG, but Adobe is not going to support their SVG Viewer at the end
of the year. SO my question is whether or not this is a good way to
approach the problem. Are there any other ways that are better?

Thanks
 
G

Guest

(e-mail address removed) wrote in @k70g2000cwa.googlegroups.com:
Hi, I am trying to create a control that will display a vector image.
The main purpose is to allow for the resizing of an image without
pixelation. All of our image files are in AI(Adobe Illustrator) and we
were thinking of converting them over to PDF and using some third party
software to display the PDF. The only alternative I have found was to
use SVG, but Adobe is not going to support their SVG Viewer at the end
of the year. SO my question is whether or not this is a good way to
approach the problem. Are there any other ways that are better?

Windows Presentation Framework supports XAML. XAML in turn supports vector
graphics.

There is a basic AI -> XAML Plugin:

http://www.mikeswanson.com/XAMLExport/Eye Candy.htm

Only thing is WPF is still in beta...
 
G

GhostInAK

Hello Spam,

XAML is mearly the language. WPF is the entity that supports vector graphics.
Anyone remember the good ol days when it was called Avalon?

-Boo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top