-
why we need to use imagek but not the magickwand.
Or shall we have a chance to get a adapter to select the image engine?
-
I tried to download and compile but couldn't because MagickWand.h is missing in project.
Please update the zip.
-
I tend to run a very large amount of builds in Github Actions and I have seen on several occasions what appears to be a random crash.
It is quite rare, I have seen it only in Github Actions, always…
-
I've added in `configure.ac`
``` make
ECK_PROGS(MAGICK_CONFIG, MagickWand-config Magick-config, "/usr/lib/x86_64-linux-gnu/ImageMagick-6.8.9/bin-Q16/MagickWand-config")
```
then
```
make
make all-…
-
Hi,
trying to run a wand application in docker container.
Below if the installation processed of ImageMagick:
```
RUN apt-get update ${APT_UPDATE_OPTIONS} \
&& apt-get install ${APT_INSTALL…
-
HI,
I don't know where to ask, so hopefully posting "issue" will yield me some helps. If there is already a channel, please let's me know.
When I try to do "make", it gives me
/opt/MagickWa…
-
Hi,
I have to add :
```
apt-get install libmagickwand-dev
```
Now
```
make
[ 10%] Building C object cplot/CMakeFiles/cplot.dir/src/image.c.o
/home/a/complex-plots/src/cplot/src/im…
-
currently
```
MagickBooleanType MagickCompositeImage(MagickWand *wand,
const MagickWand *source_wand,const CompositeOperator compose,
const ssize_t x,const ssize_t y);
```
but by API …
-
Running the compile.sh script on Debian Bullseye returns `deadpixels.c:4:10: fatal error: wand/MagickWand.h: No such file or directory` even though I've `libmagickwand-6-headers` installed in `/usr/in…
-
Hi I am attempting to build this on Ubuntu 20.04, and this happens:
root@Baileys:/home/paul/goswi/goswi-master# go build -tags no_pkgconfig gopkg.in/gographics/imagick.v3/imagick
# gopkg.in/gogr…