$nicks = array(
"|Rain|",
"nwo",
"arima",
"mep",
"Rwf",
"IRule",
"azop",
"UseAndDestroy",
"rob",
"inertiacreeps",
"skank",
"Nifty",
"datamorph",
"sin"
);
?>
Southpark-ish Anynet People (et al.)
Southpark-ish Renditions of Assorted Anynet People (et al.)
while (list($key, $nick) = each($nicks)) {
$img_filename = strtolower($nick) . ".png";
$img_ctx = @ImageCreateFromPNG($img_filename);
if ($img_ctx) {
$img_x = ImageSX($img_ctx);
$img_y = ImageSY($img_ctx);
ImageDestroy($img_ctx);
$want_x = 320;
$want_y = floor($want_x / ($img_x / $img_y));
}
?>
|
‣ Full size (x, 0KiB) |
}
?>
Feel free to send me your rendition of yourself (use
http://www.southpark.gamesweb.com/flash/sp-studio.swf)
and I'll post it here with the rest.