Re: Imagemagick
Re: Imagemagick
- Subject: Re: Imagemagick
- From: Skeeve <email@hidden>
- Date: Fri, 16 Nov 2007 17:41:04 +0100
Fleisher, Ken wrote:
set bar to do shell script "/usr/ImageMagick-6.3.5/bin/identify -verbose
/Mac HD" & foo & " 2>&1"
[...]
Reason: image not found"
It's so obviouse that you didn't see it, right!
do shell script "/usr/ImageMagick-6.3.5/bin/identify -verbose
/Mac HD" & foo & " 2>&1"
will result in this commandline:
/usr/ImageMagick-6.3.5/bin/identify -verbose /Mac HD whatever foo is 2>&1
I'll bet my whole money there is no image called /Mac ;-)
Try:
"/usr/ImageMagick-6.3.5/bin/identify -verbose" & (quoted form of ("/Mac HD" & foo))
_______________________________________________
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