Bueno Ps, Estoy Desarrollando un Script, De un Top De Posiciones, Pero tengo una Duda Con Este es el codigo completo:
Codigo:
<?php
header("Content-type: image/gif");
$habbo = $_GET['habbo'];
$habbo2 = $_GET['habbo2'];
$im = imagecreatefromgif("top.gif");
$white = imagecolorallocate($im, 255, 255, 255);
$black = imagecolorallocate($im, 0, 0, 0);
$home = imagecreatefromgif("http://www.habbo.es/habbo-imaging/avatarimage?user=$habbo&action=wav&direction=3&head_direction=3&img_format=gif&gesture=sml&size=l");
imagecopy($im, $home, 32, -88, 0, 0, 64, 110);
$home2 = imagecreatefromgif("http://www.habbo.es/habbo-imaging/avatarimage?user=$habbo2&action=wav&direction=3&head_direction=3&img_format=gif&gesture=sml&size=l");
imagecopy($im, $home2, 68, -40, 0, 0, 64, 110);
$arm = imagecreatefromgif("top.gif");
imagecopy($im, $arm, 0, 300, 0, 0, 300, 300);
//Create Image
imagegif($im);
imagedestroy($im);
?>
Esta Es la Parte Que no entiendo
$arm = imagecreatefromgif("top.gif");
imagecopy($im, $arm, 0, 300, 0, 0, 300, 300);
//Create Image
imagegif($im);
imagedestroy($im);
?>
Que es el que crea el tamaño da la base, pero no se, como ponerlo, miren una prueba...

Miren como sale Cortada que los KEkos no se pueden Ver completos,
Alguien Me ayuda??