Categories
Tags
Archives
Links
Meta
Tag Archives: imaging
Ancient Image Class
This is a really old image library/class thing I wrote back in Summer 2006 while working with Jeremy and his company. I believe it was originally written in PHP4 and updated to PHP5 a month or two after the original … Continue reading
Voronoi Diagram
Here’s another imaging example done with PHP – a Voronoi Diagram. I don’t exactly remember when I wrote this, but it was some time this year. The code doesn’t use any fancy, ultra-efficient algorithm, so it takes several seconds to … Continue reading
Random Line Generator
Another repost, though a bit more fresh – it was originally posted in September 2007. JS Random Line Generator The random line generator uses the HTML5 canvas element to draw a series of connected lines, with a large variety of … Continue reading