Skip to content

imagemagick-full is needed on MacOS #357

@sorokine

Description

@sorokine

On MacOS with iterm2 using imagemagick from brew causes the following error attempting to render an image:

.nvim/lazy/image.nvim/lua/image/processors/magick_cli.lua:76: magick: unable to read font `' @ error/annotate.c/RenderFreetype/1660.
...

Using imagemagick-full instead of imagemagick fixes the problem. However, do not install imagemagick-full if imagemagick is already installed, uninstall imagemagick first:

brew uninstall imagemagick imagemagick-full --ignore-dependencies
brew install imagemagick-full

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