function __construct($handle)
 {
     parent::__construct($handle);
     $this->alphaBlending(false);
     $this->saveAlpha(true);
 }