<?php
header
("Content-type: image/jpeg"); 
$im imagecreatetruecolor(200370);
$G140 imagecreatefromjpeg ('wG140.jpg');
$Gn140 imagecreatefromjpeg ('wGn140.jpg');
$B140 imagecreatefromjpeg ('wB140.jpg');
$Bn140 imagecreatefromjpeg ('wBn140.jpg');
$G140new imagecreatefromjpeg ('wG140-new.jpg');
$Gn140new imagecreatefromjpeg ('wGn140-new.jpg');
//EARS
imagecopy($im$Bn1406050001525);
imagecopy($im$B14075503505025);
imagecopy($im$Bn14011050001525);
imagecopy($im$B140125503505025);
//FACE
imagecopy($im$Bn1405075005050);
imagecopy($im$B14010075005050);
imagecopy($im$G14050125005050);
imagecopy($im$Gn140100125005050);
//BODY
imagecopy($im$Bn14050175005050);
imagecopy($im$B140100175005050);
imagecopy($im$G140new502250047100);
imagecopy($im$Gn140new1032233050100);
//FEET
imagecopy($im$Bn14065323001525);
imagecopy($im$B140803233505025);
imagecopy($im$Bn140105323001525);
imagecopy($im$B1401203233505025);
//DRAW LEFT EYE
$rust imagecolorallocate($im,156,73,0);
imagefilledellipse($im781123020$rust);
$black imagecolorallocate($im000);
imageellipse($im781123020$black);
$green imagecolorallocate($im02550);
imagefilledellipse($im781153010$green);
$black imagecolorallocate($im000);
imageellipse($im781153010$black);
imagefilledellipse($im781151010$black);
//DRAW RIGHT EYE
$rust imagecolorallocate($im,156,73,0);
imagefilledellipse($im1221123020$rust);
$black imagecolorallocate($im000);
imageellipse($im1221123020$black);
$green imagecolorallocate($im02550);
imagefilledellipse($im1221153010$green);
$black imagecolorallocate($im000);
imageellipse($im1221153010$black);
imagefilledellipse($im1221151010$black);
//SET LINE THICKNESS
imagesetthickness($im4);
//DRAW MOUTH
imagearc($im8913520300180$black);
imagearc($im10913520300180$black);
//DRAW LINES FOR NOSE
imageline($im88125110125$black);
imageline($im90128108128$black);
imageline($im92131106131$black);
imageline($im94134104134$black);
imageline($im96137102137$black);
Imagejpeg ($im);
imagedestroy($im);
imagedestroy($B140);
imagedestroy($Bn140); 
imagedestroy($G140); 
imagedestroy($Gn140); 
imagedestroy($G140new); 
imagedestroy($Gn140new); 
?>