Category Archives: PHP

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

Posted in PHP | Tagged | Leave a comment

Obfuscated Heart

I originally wrote this in July 2006 for PHP image generation practice, but decided to repost it. Basically, it’s code written in the shape of a heart, that draws a heart. Going more in-depth, the code uses polar coordinates to … Continue reading

Posted in PHP | Tagged , | Leave a comment