I am getting error as below.
Fatal error: Uncaught exception 'ImagickException' with message 'unable to open file `/var/www/vhosts/websites/example.com/temp/1465979640_1.png' @ error/png.c/ReadPNGImage/3639'
My convert command is as below.
convert -background none -font /var/www/vhosts/websites/example.com/fonts/arial.ttf -fill 'rgb(86, 0, 109)' -pointsize 100 label:"Test" /var/www/vhosts/websites/example.com/temp/1465979640_1.png
Where output image is not there. I want to create new image using font and text.
Can anyone help me with it?