Closed
Description
Hey guys,
I recently moved away from the libvips that comes with sharp by default and I started to see these errors on my logs:
app.js: ../../magick/magick.c:229: GetImageMagick: Assertion `magick != (const unsigned char *) NULL' failed.
I stumbled on some issues regarding libmagick (which I do not have installed):
* optional dependencies
use fftw3 for FFT: yes
Magick package: none
Magick API version: none
load with libMagick: no
save with libMagick: no
accelerate loops with orc: yes
Is this error expected? The right way to fix it is by setting ./configure --without-magick
flag?
Metadata
Metadata
Assignees
Labels
No labels