<?php
  Header
("Content-Type: image/png");
  
  
$id ImageCreate(300,200);

  
$black ImageColorAllocate($id000);
  
$blue  ImageColorAllocate($id00255);
  
$green ImageColorAllocate($id02550);
  
$red   ImageColorAllocate($id25500);
  
$white ImageColorAllocate($id255255255);
  
$trans ImageColorTransparent($id$red);

  
ImageFill($id00$red);

  
ImageArc($id1501003002000360$black);

  
ImageArc($id1501001501000360$black);

  
ImageArc($id15010050504590$black);
  
  
ImageFill($id20100$green);
    
  
ImagePNG($id);
?>