"hello world"
article in Tech programming

Vector Fun

I love vector graphics.  There is something beautiful about taking a huge chuck of seemingly random image data(raster) and turning it into a orchestrated set of mathematical functions.  Why would a person want to do such a thing?  Well if you have ever used an imaging app on your computer to look at photos then you've noticed that when you zoom in repeatedly you start to pixelate the picture(degrade the quality to the point where you see large boxes).  If your computer screen is too small to display the image or the image is too big for the display you actually lose picture quality.  With vector graphics you can zoom in as much as you want without the pixelation!  Perfect for TVs, Cellphones, computers, or any display device.

SVG is an open standard XML standard that defines 2D graphics, scripting, animations, etc. much like the flash or macromedia content we familiar with as we browse the web today.  SVG is a standard developed by the W3C (SVG).

Vector graphic systems are really neato.

Raster (Binary Data) Vector (Textual Data)
Rose Raster



If your browser doesn't support vector graphics, you may need to install this Adobe plugin.
SVG Viewer

Later I'll write some papers on the use of scripting to actually create dynamic SVG documents for interfaces.

Links of interest:
Adobe SVG Developer Tut
SVG Primer
GPS SVG System
SVG Chess Validation
Anatomy of Dynamic SVG Web Services
KinLinDev

Created: 2004-06-03 01:08:20 Modified: 2014-03-31 15:05:44
/root sections/
>peach custard pie
>linux
>windows
>programming
>random tech
>science
>research


moon and stars



My brain

Visible Dave Project


0, 1, 1, 2, 3, 5, 8, 13, 21, 34,...
xn = xn-1 + xn-2