Re: Witango-Talk: External Action & ImageMagick on Mac OS X

2003-06-29 Thread Christian Platt
.tafs to servers. Christian > Von: Robert Garcia <[EMAIL PROTECTED]> > Antworten an: [EMAIL PROTECTED] > Datum: Sun, 29 Jun 2003 07:23:39 -0700 > An: [EMAIL PROTECTED] > Betreff: Re: Witango-Talk: External Action & ImageMagick on Mac OS X > > If you are writing the

Re: Witango-Talk: External Action & ImageMagick on Mac OS X

2003-06-29 Thread Robert Garcia
If you are writing the file out, make sure the user witango has writes to where it is being written. I spent a lot of time with imagemagick about a year ago or so. I wanted to have a crossplatform method for doing high quality scaling. I already did all kinds of conversions with RealBasic, b

Re: Witango-Talk: External Action & ImageMagick on Mac OS X

2003-06-29 Thread Chris Millet
How would I do this? I tried changing permissions to 775 and even 777 and I still received the same error. Chris > Has'nt that to do with write pernmissions? You might have to act as > root for some actions. > > Christian > > Am Samstag, 28.06.03 um 18:28 Uhr schrieb Chris Millet: > >> I set u

Re: Witango-Talk: External Action & ImageMagick on Mac OS X

2003-06-29 Thread Chris Millet
Trying to convert an image from one format to another, then write the file. Chris > What are you trying to do with ImageMagick? > > Robert. > > On Saturday, June 28, 2003, at 09:28 AM, Chris Millet wrote: > >> I set up a simple script invoking the 'whoami' command and it works >> fine >> bot

Re: Witango-Talk: External Action & ImageMagick on Mac OS X

2003-06-29 Thread Christian Platt
Has'nt that to do with write pernmissions? You might have to act as root for some actions. Christian Am Samstag, 28.06.03 um 18:28 Uhr schrieb Chris Millet: I set up a simple script invoking the 'whoami' command and it works fine both from the command line and as an external action. However,

Re: Witango-Talk: External Action & ImageMagick on Mac OS X

2003-06-28 Thread Robert Garcia
What are you trying to do with ImageMagick? Robert. On Saturday, June 28, 2003, at 09:28 AM, Chris Millet wrote: I set up a simple script invoking the 'whoami' command and it works fine both from the command line and as an external action. However, when I rewrite the script to invoke ImageMag

Witango-Talk: External Action & ImageMagick on Mac OS X

2003-06-28 Thread Chris Millet
I set up a simple script invoking the 'whoami' command and it works fine both from the command line and as an external action. However, when I rewrite the script to invoke ImageMagick's 'convert' utility, it works fine from the command line, but not as an external action. Instead, I receive the fol