Skip to content

imagemagick-full is needed on MacOS #357

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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