我无法弄清楚为什么我无法进行从 svg 到图像的转换。
系统:
Windows 2008 Server
II7
PHP 5.3.10- Imagick is installed
代码
$command = 'C:\imagemagick\convert.exe d:\path-to-svg-file\sample.svg d:\path-to-output-folder\sample.png 2>&1';
exec($command, $output);
错误
array(2) {
[0]=> string(102) "convert.exe: Must specify image size `C:/Windows/TEMP/magick-PY5hNkFu' @ error/mvg.c/ReadMVGImage/185."
[1]=> string(126) "convert.exe: no images defined `d:\inetpub\...\output\sample.png' @ error/convert.c/ConvertImageCommand/3044."
}