binary , $this->escapeshellargs($origine->getPathname()) , $this->escapeshellargs($dest) ); } else { $cmd = sprintf('%s %s %s -s poly2bitmap -Q 300 -T 9 -f' , $this->binary , $this->escapeshellargs($origine->getPathname()) , $this->escapeshellargs($dest) ); } $this->shell_cmd($cmd); return $this; } }