[Newbies] Image manipulation

David T. Lewis lewis at mail.msen.com
Thu Sep 21 11:14:16 UTC 2006


On Tue, Sep 19, 2006 at 02:48:24PM -0400, David Shaffer wrote:
> 
> Otherwise you can use ImageMagick either by executing it's various
> command line tools.  For an example of running a command line app look
> at the UnixProcess class side method called testRunCommand.  It is
> fairly straightforward to execute an external command from inside Squeak.

Since this is on the beginners' list, I'll mention that UnixProcess
is part of the OSProcess package, so you need to load it from SqueakMap.
You should also load CommandShell at the same time, because it has
additional help for running external programs from Squeak.

Dave


More information about the Beginners mailing list