Search found 5 matches

by ianamason
2011-10-14T08:48:41-07:00
Forum: Bugs
Topic: PNG problem persists
Replies: 4
Views: 8975

Re: PNG problem persists

Actually this is a continuation of this thread:

http://www.imagemagick.org/discourse-s ... d5#p77184

and the hint of a fix in the 6.7.3-1 code base.
by ianamason
2011-10-13T14:38:03-07:00
Forum: Bugs
Topic: PNG problem persists
Replies: 4
Views: 8975

Re: PNG problem persists


iam% convert -list configure

Path: /usr/local/share/ImageMagick-6.7.3/configure.xml

Name Value
-------------------------------------------------------------------------------
CC gcc -std=gnu99 -std=gnu99
CFLAGS -D_THREAD_SAFE -I/opt/local/include/OpenEXR -D_THREAD_SAFE -D_THREAD_SAFE -pthread ...
by ianamason
2011-10-13T09:10:36-07:00
Forum: Bugs
Topic: PNG problem persists
Replies: 4
Views: 8975

PNG problem persists

Still on snow leopard:


iam% convert -version
Version: ImageMagick 6.7.3-1 2011-10-13 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP OpenCL


and


iam% convert captcha.gif captcha.png
Segmentation fault


with:


(gdb) run captcha ...
by ianamason
2011-10-10T17:08:35-07:00
Forum: Bugs
Topic: covert to png generating a SIGSEGV
Replies: 2
Views: 6967

Re: covert to png generating a SIGSEGV

Ahhh I see.

I can build from sources when they are ready. The alternative looks like it is for lion *not* snow leopard:


iam% convert -version
dyld: Library not loaded: /usr/X11/lib/libX11.6.dylib
Referenced from: /Users/iam/Software/ImageMagick-6.7.3/bin//convert
Reason: Incompatible library ...
by ianamason
2011-10-10T10:22:08-07:00
Forum: Bugs
Topic: covert to png generating a SIGSEGV
Replies: 2
Views: 6967

covert to png generating a SIGSEGV

I'm on snow leapard. I installed using macports:


iam% identify --version
Version: ImageMagick 6.7.2-9 2011-09-29 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP OpenCL



Unfortunately I get:

iam%
iam% convert captcha.gif captcha.png ...