Image magic 7 with identify command not working
Posted: 2017-02-14T02:33:54-07:00
Hello,
When I try to execute command using Image magic 7 it gives the result.
But When I try to execute from php code nothing will be output
Here is the PHP code.
Could you please help me on this?
When I try to execute command using Image magic 7 it gives the result.
Code: Select all
identify -format %n test.tif
Here is the PHP code.
Code: Select all
putenv($this->imageMagicPath);
$tiffimage = 'test.tiff';
$totalPageCount = exec('identify -format %n '.$tiffimage.' ');