Re: LC and ImageMagick from OSX

2012-06-19 Thread Bernard Devlin
Paolo, this is the shell command to which Bryan refers. http://docs.runrev.com/Function/shell He is invoking ImageMagick with that function on Windows, but was having trouble with it on OS X. Not sure if he resolved the issue with invoking it on OS X, because this thread seems to have become man

Re: LC and ImageMagick from OSX

2012-06-14 Thread paolo mazza
Bryan, it looks like you were able to use the ImageMagick as an external to manipulate images. I think this is very interesting. How it can be done? Where can I find documentation about inserting this external in a LC app for MACOSX and WINDOWS? All the best Paolo

Re: LC and ImageMagick from OSX

2012-06-11 Thread Mark Schonewille
Bryan, I think you are adressing me, as I recently replied an e-mail to you. Unfortunately, you don't quote my previous e-mail and therefore I'm list in the conversation. It looks like you have solved most of your problems with ImageMagick? -- Best regards, Mark Schonewille Economy-x-Talk Co

re: LC and ImageMagick from OSX

2012-06-11 Thread Bryan McCormick
Mark, It turns out to work perfectly well under 5.5. However this is on Lion. And Lion was apparently very unhappy. For convert for example, I had to specify the path to convert (using Andre Garcia's trick of 'which convert' to get the path) AND the explicit path to the output file. In this c

Re: LC and ImageMagick from OSX

2012-06-11 Thread Mark Schonewille
Hi Bryan, As far as I know, IM works with LC the same way it worked with Revolution 4.5 and earlier, but I'm not sure that it is still supported. You might be able to write the result of a shell command to stdout, but there have always been problems with LiveCode, shell and stdout. It is probab

LC and ImageMagick from OSX

2012-06-10 Thread Bryan McCormick
I am curious about using ImageMagick on OSX with LC. I want to be able to envoke IM and do simple stuff like a text dump of RGB values. On windows this seems to work with Shell. But I am having a difficult time on OSX. Also, presuming I get it to work b4 someone gets back to me, how do I get