Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating old codebase to use execute instead of exec #103

Open
scottlet opened this issue Mar 23, 2021 · 0 comments
Open

Updating old codebase to use execute instead of exec #103

scottlet opened this issue Mar 23, 2021 · 0 comments

Comments

@scottlet
Copy link
Contributor

Hi,

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant