function netpbmLibraryTest()
  {
    $this->library = new ImageNetpbm();

    parent :: imageLibraryTest();
  }
  function __construct()
  {
    $this->library = new ImageGd();

    parent :: __construct();
  }
  function GdLibraryTest()
  {
    $this->library = new ImageGd();

    parent :: ImageLibraryTest(__FILE__);
  }