function gd_library_test()
  {
    $this->library =& new image_gd();

    parent :: image_library_test();
  }
  function netpbm_library_test() 
  {
  	$this->library =& new image_netpbm();

  	parent :: image_library_test();
  }