> > Message: 1 > Date: Thu, 19 Nov 2009 15:49:16 -0500 > From: Stuart Edwards <[email protected]> > Subject: [magick-users] OS X dylib problem > To: [email protected] > Cc: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > Unfortunately that didn't work - same error (repeated 5 times - one for each > image) > Perhaps a better question is - does anyone running 10.6.2 not have this > problem? > > thanks > > Stu >> >> Since upgrading OS X to 10.6.2 I get the following dyld related error: >> >> SEsMacPro:GB1_issue stu$ convert *.tiff *.jpg >> dyld: lazy symbol binding failed: Symbol not found: _AcquireImageInfo >> Referenced from: /usr/local/bin/convert >> Expected in: /usr/local/lib/libMagick.10.dylib >> >> dyld: Symbol not found: _AcquireImageInfo >> Referenced from: /usr/local/bin/convert >> Expected in: /usr/local/lib/libMagick.10.dylib >> >> ImageMagick 6.5.5 >> >> Does anyone else have this problem and is there a known fix? >> >> Thanks for your time > > Perhaps it is better using: > > for i in *tiff; do convert $i $i.jpg; done > > or something like this ? > > -- > gc (linux beginner) > > > > ------------------------------ > > Message: 2 > Date: Thu, 19 Nov 2009 12:58:59 -0800 > From: Fred Weinhaus <[email protected]> > Subject: Re: [magick-users] OS X dylib problem > To: [email protected] > Message-ID: <p06240800c72b6135b...@[192.168.1.2]> > Content-Type: text/plain; charset="us-ascii" ; format="flowed" > > Not sure I can help much. > > Can you convert one single image > > convert image.tiff image.jpg > > Did you reinstall IM after upgrading? > > You could try using mogrify rather than convert. See > http://www.imagemagick.org/Usage/basics/#mogrify > > but be careful. Strongly recommend using a second directory to put > the results in rather than the same directory. See -path > > You could report to the Bugs forum on the discourse server at > http://www.imagemagick.org/discourse-server/viewforum.php?f=3&sid=c0ba4d43deb6fe222f9b1ae58e324e5c >
I reinstalled IM and everything is fine now - thanks for the tip Stu _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
