Exemplo n.º 1
0
 /**
  * Creates the object
  *
  * @param resource $handle
  */
 function __construct($handle)
 {
     parent::__construct($handle);
     $this->alphaBlending(false);
     $this->saveAlpha(true);
 }