Search found 7 matches

by meltemi
2011-05-18T12:36:54-07:00
Forum: Bugs
Topic: Convert not working after install on PowerPC Mac
Replies: 13
Views: 23350

Re: Convert not working after install on PowerPC Mac

Hi! So, thank you! You were instrumental in helping me FINALLY sort this out! I removed the X11 png.h & pngconf.h then recompiled libwmf without any --with-png flag at all then recompiled ImageMagick and i can now convert to & from .png very glad to put this one to rest...for now anyway ;-) ...
by meltemi
2011-05-18T11:32:25-07:00
Forum: Bugs
Topic: Convert not working after install on PowerPC Mac
Replies: 13
Views: 23350

Re: Convert not working after install on PowerPC Mac

how can I find out what that "--with-png=/usr/X11" flag for libwmf means exactly?

ugh..UNIX.
by meltemi
2011-05-18T11:18:31-07:00
Forum: Bugs
Topic: Convert not working after install on PowerPC Mac
Replies: 13
Views: 23350

Re: Convert not working after install on PowerPC Mac

Thank you! You've been very helpful...and patient! So there appear to be a few: $ find /usr | grep "png.h" /usr/include/wx-2.8/wx/imagpng.h /usr/local/include/libpng14/ png.h /usr/local/include/ png.h /usr/X11/include/libpng12/ png.h This is taking me into unchartered territory. If I were ...
by meltemi
2011-05-17T23:16:17-07:00
Forum: Bugs
Topic: Convert not working after install on PowerPC Mac
Replies: 13
Views: 23350

Re: Convert not working after install on PowerPC Mac

OK. tried it with libpng-1.4.7 and same problem... for some reason ImageMagick is throwing warnings: ..." Application was compiled with png.h from libpng-1.2.26 " and ... libpng-1.2.26 warning: Application is running with png.c from libpng-1.4.7 if you look back at beginning of this thread...
by meltemi
2011-05-17T19:48:24-07:00
Forum: Bugs
Topic: Convert not working after install on PowerPC Mac
Replies: 13
Views: 23350

Re: Convert not working after install on PowerPC Mac

thanks. so tried each command you listed. everything works except when converting to/from .png. going to/from jpg and/or tif works just fine. Something is, clearly, wrong with png. libpng was installed before ImageMagick: $ libpng-config --version 1.5.2 any clue what's going on & how to get png ...
by meltemi
2011-05-17T18:30:44-07:00
Forum: Bugs
Topic: Convert not working after install on PowerPC Mac
Replies: 13
Views: 23350

Re: Convert not working after install on PowerPC Mac

I installed from source . wasn't aware of any PowerPC Mac binary. $ convert -version Version: ImageMagick 6.6.9-9 2011-05-17 Q8 http://www.imagemagick.org Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC Features: --------------- $ convert -list configure Path: /usr/local/share/ImageMagick-...
by meltemi
2011-05-17T18:04:54-07:00
Forum: Bugs
Topic: Convert not working after install on PowerPC Mac
Replies: 13
Views: 23350

Convert not working after install on PowerPC Mac

I just went through the "painful" process of installing ImageMagick and all it's dependencies on a PowerPC Mac (OS X Server 10.5.8). Now trying to see if convert will work I run it and it hangs. $ convert test-image.jpg test-image.png hangs read through these forums a bit and tried it with...