Page 1 of 1

Newbie needs help reading version

Posted: 2006-03-23T18:26:37-07:00
by ridera
Here is my code, php

Code: Select all

$sizeinfo = exec("$identify -ping -format \"%w %h %k %b\" $tmp_fp_file");

echo exec("$convert -version");
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