Beispiel #1
0
 /**
  * Constructeur d'une image.
  *
  * @param string $imagePath Chemin de l'image à traiter
  */
 public function __construct($imagePath)
 {
     parent::__construct($imagePath);
     $this->initProprietes();
     $this->initResourceGd();
 }