Newbie needs help reading version
Posted: 2006-03-23T18:26:37-07:00
Here is my code, php
First line works fine. Version gives me a weird reply.
"'-' for standard input or output."
version doc doesn't state any parameters are needed.
Thanks
Code: Select all
$sizeinfo = exec("$identify -ping -format \"%w %h %k %b\" $tmp_fp_file");
echo exec("$convert -version");
"'-' for standard input or output."
version doc doesn't state any parameters are needed.
Thanks