Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
-
im1127
- Posts: 1
- Joined: 2017-05-24T02:53:23-07:00
- Authentication code: 1151
Post
by im1127 » 2017-05-24T02:57:59-07:00
I just installed ImageMagick on my MacBook pro (Sierra), version 7.0.5, in order to use with LaTeX (converting PDF output to PNG). This command line crashes with "Abort trap: 6"
-
glennrp
- Posts: 1147
- Joined: 2006-04-01T08:16:32-07:00
- Location: Maryland 39.26.30N 76.16.01W
Post
by glennrp » 2017-05-24T07:41:42-07:00
Are you sure you are running ImageMagick's "convert"? With version 7.0.5 it's "magick" or "magick convert" instead.
-
fmw42
- Posts: 25765
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Post
by fmw42 » 2017-05-24T10:00:25-07:00
How did you install -- from IM binary, from IM source, from MacPorts or Homebrew? If you installed from IM binary, then that binary is only for El Capitan and not Sierra.
At
http://www.imagemagick.org/script/binar ... php#macosx, it says:
"ImageMagick-x86_64-apple-darwin15.6.0.tar.gz download download
Mac OS X El Capitan"
If you want IM 7, then you can get it from Homebrew. If you want IM 6, you can get it from MacPorts.
I typically install all my delegates from MacPorts and install IM from source. See
viewtopic.php?f=1&t=21502&p=88202&hilit ... rts#p88202