• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Imagemagick
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Imagemagick


  • Subject: Re: Imagemagick
  • From: Skeeve <email@hidden>
  • Date: Fri, 16 Nov 2007 16:47:43 +0100

Fleisher, Ken wrote:
Hello. I am trying to use imagemagick from AppleScript
If you get the empty string, try whether or not the output comes through STDERR.

Either in terminal:
identify -verbose file  2> /dev/null

If you get nothing, Outpu
t comes through STDERR

or directly by appending  " 2>&1"
to your do shell script:

set bar to do shell script "identify -verbose " & quoted form of foo & " 2>&1"


_______________________________________________ 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
  • Follow-Ups:
    • Re: Imagemagick
      • From: "Fleisher, Ken" <email@hidden>
References: 
 >Imagemagick (From: "Fleisher, Ken" <email@hidden>)

  • Prev by Date: Re: Set Date & Time Automatically preference
  • Next by Date: Re: Imagemagick
  • Previous by thread: Re: Imagemagick
  • Next by thread: Re: Imagemagick
  • Index(es):
    • Date
    • Thread