Home All Groups Group Topic Archive Search About

Rendering Vector Images

Author
25 Sep 2006 4:10 PM
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

Author
25 Sep 2006 5:19 PM
Spam Catcher
dwyer.b***@gmail.com wrote in news:1159200623.887790.307340
@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%20Candy.htm

Only thing is WPF is still in beta...
Author
26 Sep 2006 12:23 AM
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

Show quoteHide quote
> dwyer.b***@gmail.com wrote in news:1159200623.887790.307340
> @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%20Candy.htm
>
> Only thing is WPF is still in beta...
>