Something stupid I made

Something stupid I made

Re: Something stupid I made Posted by Monqui on Sun Jan 16th 2005 at 2:05am
Monqui
743 posts
Posted 2005-01-16 2:05am
Monqui
member
743 posts 94 snarkmarks Registered: Sep 20th 2002 Occupation: Poor College Student Location: Iowa, USA
I've recently been messing around with editing images in PHP, and I came up with this idea for a script.

It's really nothing too special, but it can generate some interesting patterns.

Also, please note that it takes a while to load- for 2 reasons. First, it needs to generate about 65,000 pixels based on some strange calculations for shading purposes, and second, the image it generates is about 200K in size.

Right now it's only in blue because it's a PNG, and I can't get PHP to store more than 256 colors in its pallete.

Anyways, heres the link-

Linky thing
Re: Something stupid I made Posted by Orpheus on Sun Jan 16th 2005 at 2:15am
Orpheus
13860 posts
Posted 2005-01-16 2:15am
Orpheus
member
13860 posts 2024 snarkmarks Registered: Aug 26th 2001 Occupation: Long Haul Trucking Location: Long Oklahoma - USA
not quite up to Mandelbrot status, but tis coolness anyways :smile:
Re: Something stupid I made Posted by m0p on Sun Jan 16th 2005 at 2:25am
m0p
55 posts
Posted 2005-01-16 2:25am
m0p
member
55 posts 16 snarkmarks Registered: Jun 19th 2004
It's pretty good. But... i have to clear cache everytime I want to view
a different image. Put in a no caching header to the file.
Re: Something stupid I made Posted by Monqui on Sun Jan 16th 2005 at 3:15am
Monqui
743 posts
Posted 2005-01-16 3:15am
Monqui
member
743 posts 94 snarkmarks Registered: Sep 20th 2002 Occupation: Poor College Student Location: Iowa, USA
Meh, wasn't really planning on distributing it or using it for anything useful, but I think it shouldn't cache itself now.
Re: Something stupid I made Posted by wil5on on Sun Jan 16th 2005 at 5:19am
wil5on
1733 posts
Posted 2005-01-16 5:19am
wil5on
member
1733 posts 570 snarkmarks Registered: Dec 12th 2003 Occupation: Mapper Location: Adelaide
Nice.