Search found 5 matches

by bezdoom
2015-10-30T12:43:11-07:00
Forum: IMagick
Topic: Strange error with php56-imagick on MacOS
Replies: 9
Views: 14455

Re: Strange error with php56-imagick on MacOS

fmw42 wrote:try

type -a convert

or

which -a convert

Code: Select all

$ type -a convert
convert is /usr/local/bin/convert

Code: Select all

$ which -a convert
/usr/local/bin/convert
by bezdoom
2015-10-30T05:52:49-07:00
Forum: IMagick
Topic: Strange error with php56-imagick on MacOS
Replies: 9
Views: 14455

Re: Strange error with php56-imagick on MacOS

It looks like you are using different versions of ImageMagick at the same time. Did you install multiple versions of ImageMagick? i've installed imagick with homebrew $ brew install imagemagick How can i check this case? My current versions $ identify -version Version: ImageMagick 6.9.2-4 Q16 x86_6...
by bezdoom
2015-10-30T01:28:21-07:00
Forum: IMagick
Topic: Strange error with php56-imagick on MacOS
Replies: 9
Views: 14455

Re: Strange error with php56-imagick on MacOS

Guys, problem not in \.

Problem somewhere in C++ plugin MagickWand

Code: Select all

$ php run.php 

Assertion failed: (wand->signature == WandSignature), function MagickClearException, file wand/magick-wand.c, line 246.
Magick: abort due to signal 6 (SIGABRT) "Abort"...
Abort trap: 6
by bezdoom
2015-10-29T02:11:57-07:00
Forum: IMagick
Topic: Strange error with php56-imagick on MacOS
Replies: 9
Views: 14455

Re: Strange error with php56-imagick on MacOS

fmw42 wrote:
$imagick = new \Imagick();
I am not an IMagick expert, but I do not think there should be a \ in that command.
\ mean the root namespace.
by bezdoom
2015-10-28T08:01:40-07:00
Forum: IMagick
Topic: Strange error with php56-imagick on MacOS
Replies: 9
Views: 14455

Strange error with php56-imagick on MacOS

Hey guys!
I have strange problem with IMagick on my mac.

Detail of this problem here
http://stackoverflow.com/questions/3337 ... 56-imagick

Please help!