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
Code: Select all
$sizeinfo = exec("$identify -ping -format \"%w %h %k %b\" $tmp_fp_file");
echo exec("$convert -version");