Skip to content

Updating old codebase to use execute instead of exec #103

@scottlet

Description

@scottlet

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions