typetext
{
"command": "which convert",
"stdout": "",
"stderr": "",
"return_code": 1,
"summary": "**ImageMagick is NOT installed.**\n\nThe `which convert` command returned exit code 1 with no output, indicating that the `convert` command (ImageMagick's primary tool) was not found in the system's PATH. This means ImageMagick is either not installed or not properly configured on this system.\n\nTo install ImageMagick, you would typically use:\n- **Ubuntu/Debian**: `sudo apt install imagemagick`\n- **CentOS/RHEL**: `sudo yum install ImageMagick` or `sudo dnf install ImageMagick`\n- **macOS**: `brew install imagemagick`"
}