Re: Imagemagick
Re: Imagemagick
- Subject: Re: Imagemagick
- From: Axel Luttgens <email@hidden>
- Date: Wed, 28 Nov 2007 14:31:00 +0100
On 28/11/07 14:07, Fleisher, Ken wrote:
Well, I didn't get an empty string! What I did get was an error that said:
identify: no decode delegate for this image format
'/Users/k-fleisher/Desktop/ColorChecker_AdobeRGB_from_Avg.tif'.
Just to make sure, I ran the command on the same file from Terminal and it
returned the correct results. Here is my code:
set f to choose file
set foo to POSIX path of f
set bar to do shell script "export
DYLD_LIBRARY_PATH=/usr/ImageMagick-6.3.5/lib;
/usr/ImageMagick-6.3.5/bin/identify -verbose " & quoted form of foo
Sorry, looks like I didn't sufficiently read the output of your set command.
Perhaps would this one be the good one:
set bar to do shell script "export
DYLD_LIBRARY_PATH=/usr/ImageMagick-6.3.5/lib
MAGICK_HOME=/usr/ImageMagick-6.3.5; /usr/ImageMagick-6.3.5/bin/identify
-verbose " & quoted form of foo
We are on the right track anyway!
Axel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden