Linux Commands from Squeak

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Linux Commands from Squeak

Richard Eng
Linux Commands from Squeak Just wondering... Is there a way to execute Linux commands from within Seaside/Squeak? I want to run ‘imagemagick’ to convert photographic images into thumbnails.

Thanks,
Richard

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Linux Commands from Squeak

Lukas Renggli
>  Just wondering... Is there a way to execute Linux commands from within
> Seaside/Squeak? I want to run 'imagemagick' to convert photographic images
> into thumbnails.

OSProcess.

There is also a deticated wrapper for ImageMagick:

     http://www.squeaksource.com/SqueakAddOns

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside