convert.exe: MissingAnImageFilename `-annotate' @ error/convert.c/ConvertImageCommand/3277.
Posted: 2017-09-24T19:53:18-07:00
when submitting a convert command from an executable (created from powerbasic console compiler), as submitted to by exe:
C:\Windows\system32\cmd.exe /c E:\test\imagemagick-portable\convert.exe "E:/test/cars/_001 2018 PORSCHE 911 GT3 (4 L).JPG" -resize 1920x1080 -quality 100 -gravity Northwest -font roboto-light -pointsize 24 -fill black -stroke black -strokewidth 3 -annotate +60+60 "PORSCHE 911 GT3" -fill white -stroke white -strokewidth 1 -annotate +60+60 "PORSCHE 911 GT3" "E:\test\cars1\_001 2018 PORSCHE 911 GT3 (4 L).JPG"
i get error : "convert.exe: MissingAnImageFilename `-annotate' @ error/convert.c/ConvertImageCommand/3277."
if i remove the "C:\Windows\system32\cmd.exe /c " and run the same command the command works as expected
convert version: 7.0.7-2 Q16 x64 2017-09-12 - portable version used
windows 7 sp1 pro 64bit
Many thanks for any assistance,
John
C:\Windows\system32\cmd.exe /c E:\test\imagemagick-portable\convert.exe "E:/test/cars/_001 2018 PORSCHE 911 GT3 (4 L).JPG" -resize 1920x1080 -quality 100 -gravity Northwest -font roboto-light -pointsize 24 -fill black -stroke black -strokewidth 3 -annotate +60+60 "PORSCHE 911 GT3" -fill white -stroke white -strokewidth 1 -annotate +60+60 "PORSCHE 911 GT3" "E:\test\cars1\_001 2018 PORSCHE 911 GT3 (4 L).JPG"
i get error : "convert.exe: MissingAnImageFilename `-annotate' @ error/convert.c/ConvertImageCommand/3277."
if i remove the "C:\Windows\system32\cmd.exe /c " and run the same command the command works as expected
convert version: 7.0.7-2 Q16 x64 2017-09-12 - portable version used
windows 7 sp1 pro 64bit
Many thanks for any assistance,
John