Community

AGI Programming => Mega Tokyo AGI Archive => Topic started by: Nick Sonneveld on August 22, 2002, 08:05:00 PM

Title: Noptec Vector Update
Post by: Nick Sonneveld on August 22, 2002, 08:05:00 PM
Hi,

I noticed the version on chris's site (and mine) is slightly out of date..  so I thought it might be interesting to point this out.. v1.4 of Vector is available.. its source has been released and one or two bugs have been fixed.

http://www.noptec.com/code/plain.html

- Nick
Title: Re:Noptec Vector Update
Post by: Joey on August 22, 2002, 08:14:07 PM
what is vector?
Title: Re:Noptec Vector Update
Post by: Nick Sonneveld on August 22, 2002, 09:01:54 PM
bitmap: each individual pixel has a value.  These pictures can get pretty big since you need to define each pixel

vector: picture is defined by lines, fills and other bits 'n pieces and the picture is rendered.  this is what agi uses

the difference is like html and a screenshot of a webbrowser rendering html.

noptec vector takes a bitmap file (gif, jpeg. whatever) and tries to turn it into a vector format for you.

- Nick
Title: Re:Noptec Vector Update
Post by: Chris Cromer on August 22, 2002, 10:31:58 PM
Thanks for telling me Nick, I will put it up.
Title: Re:Noptec Vector Update
Post by: Kon-Tiki on August 23, 2002, 08:12:37 AM
I just tried it out. Seems like a far better version than the other one. This could just be the thing lots of newbies (like myself ;)) need.

:D Thanks  :D