Here is the error I get:
Code: Select all
/usr/local/bin/magick -resize 16% /Users/ibeekman/Sandbox/thesis/ch-statistical-algorithm/figures/spocs_cov_abstract_factory.png /Users/ibeekman/Sandbox/thesis/build/digital/ch-statistical-algorithm/figures/spocs_cov_abstract_factory.png
magick: no images found for operation `-resize' at CLI arg 1 @ error/operation.c/CLIOption/5246.
magick: no image to apply a property "%w" @ warning/property.c/GetMagickPropertyLetter/2561.
magick: unknown image property "%w" @ warning/property.c/InterpretImageProperties/3499.
magick: no image to apply a property "%h" @ warning/property.c/GetMagickPropertyLetter/2449.
magick: unknown image property "%h" @ warning/property.c/InterpretImageProperties/3499.
magick: no image to apply a property "%m" @ warning/property.c/GetMagickPropertyLetter/2480.
magick: unknown image property "%m" @ warning/property.c/InterpretImageProperties/3499.
Code: Select all
/usr/local/bin/convert -resize 16% /Users/ibeekman/Sandbox/thesis/ch-statistical-algorithm/figures/spocs_cov_abstract_factory.png /Users/ibeekman/Sandbox/thesis/build/digital/ch-statistical-algorithm/figures/spocs_cov_abstract_factory.png
Code: Select all
/usr/local/bin/magick --version
Version: ImageMagick 7.0.4-6 Q16 x86_64 2017-01-28 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules
Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff xml zlib
Code: Select all
brew info imagemagick
imagemagick: stable 7.0.4-7 (bottled), HEAD
Tools and libraries to manipulate images in many formats
https://www.imagemagick.org/
/usr/local/Cellar/imagemagick/7.0.4-5 (1,518 files, 22.5M)
Poured from bottle on 2017-01-25 at 15:45:04
/usr/local/Cellar/imagemagick/7.0.4-6 (1,518 files, 22.5M) *
Poured from bottle on 2017-02-02 at 15:57:44
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/imagemagick.rb
==> Dependencies
Build: pkg-config ✔
Required: libtool ✔, xz ✔
Recommended: jpeg ✔, libpng ✔, libtiff ✔, freetype ✔
Optional: fontconfig ✔, little-cms ✘, little-cms2 ✔, libwmf ✘, librsvg ✘, liblqr ✘, openexr ✘, ghostscript ✔, webp ✘, openjpeg ✔, fftw ✘, pango ✔
==> Requirements
Optional: x11 ✔, perl >= 5.5 ✔
Code: Select all
uname -a
Darwin Izaaks-MBP.frontier.com 16.4.0 Darwin Kernel Version 16.4.0: Thu Dec 22 22:53:21 PST 2016; root:xnu-3789.41.3~3/RELEASE_X86_64 x86_64