Search found 3 matches

by doolek
2015-10-14T15:08:14-07:00
Forum: Users
Topic: Convert PDF under MAC OS: exception->signature == MagickSignature
Replies: 5
Views: 2802

Re: Convert PDF under MAC OS: exception->signature == MagickSignature

Hi guys, the problem was with my code, not Image Magick. Dlemstra, I am surprised too that under Windows it works fine without GetExceptionInfo(). That modification in source code can be done under MAC only because under Windows compilation fails - GetExceptionInfo is not found by compiler. I am ...
by doolek
2015-09-11T12:08:34-07:00
Forum: Users
Topic: Convert PDF under MAC OS: exception->signature == MagickSignature
Replies: 5
Views: 2802

Re: Convert PDF under MAC OS: exception->signature == MagickSignature

Hi fmw42! Thanks for feedback. I fallowed your suggestion but results were the same. Delegate works fine because it is possible to covert PDF using command line, and old build of my application. I have found a bug in a source code which caused crash. MagickCore::ExceptionInfo exceptionInfo ...
by doolek
2015-09-10T09:48:06-07:00
Forum: Users
Topic: Convert PDF under MAC OS: exception->signature == MagickSignature
Replies: 5
Views: 2802

Convert PDF under MAC OS: exception->signature == MagickSignature

Hi guys. I've not found answer in this forum for an issue I'm facing with ImageMagick, that's we started new post. OS: MAC OS Maverick IM: 6.9.0 (installed using mac port) GS: 9.16 (installed using mac port) Following env. var. are set: DYLD_LIBRARY_PATH=/opt/ImageMagick/lib/ImageMagick-6.9.0 ...