Newbie needs help reading version

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
ridera

Newbie needs help reading version

Post 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
Post Reply