You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm updating some very old code, I've just tried updating the old exec command to execute to write text on an image and it's not working.
The error being sent back is Error: Command failed: magick convert <path>1615315952291-2048-1536.jpg fill white -font Arial -pointsize 15 -undercolor '#00000080' -gravity SouthEast -annotate +0+5 Text <path>1615315952291-2048-1536.jpg convert: unable to open image 'fill white': No such file or directory @ error/blob.c/OpenBlob/3537
I'm using ImageMagick 7, this command shouldn't include "convert", it should just be magick <path>...etc shouldn't it?
The text was updated successfully, but these errors were encountered:
Hi,
I'm updating some very old code, I've just tried updating the old
exec
command toexecute
to write text on an image and it's not working.The error being sent back is
Error: Command failed: magick convert <path>1615315952291-2048-1536.jpg fill white -font Arial -pointsize 15 -undercolor '#00000080' -gravity SouthEast -annotate +0+5 Text <path>1615315952291-2048-1536.jpg convert: unable to open image 'fill white': No such file or directory @ error/blob.c/OpenBlob/3537
I'm using ImageMagick 7, this command shouldn't include "convert", it should just be
magick <path>...etc
shouldn't it?The text was updated successfully, but these errors were encountered: