Home > Archive > Lisp > May 2005 > clisp: how stable/usable is the cl-gtk lib ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
clisp: how stable/usable is the cl-gtk lib ?
|
|
|
| i would like to use clisp with some free library to process images (e.g.
jpg, bmp, png). What are my possibilities; does anyone has experience on
this ?
thx
--
(+::+) oni (+::+)
(I already try to be as amusing as possible, my master!)
| |
| Edi Weitz 2005-05-27, 8:57 pm |
| On Fri, 27 May 2005 22:04:36 +0200, Onay <onayu@gmx.net> wrote:
> i would like to use clisp with some free library to process images
> (e.g. jpg, bmp, png). What are my possibilities; does anyone has
> experience on this ?
CL-GTK to /process/ images? I thought that was a GUI toolkit.
Anyway, there's a port of CL-GD to CLISP available from Carlos Ungil.
<http://weitz.de/cl-gd/>
<http://ungil.com/cl-gd-clisp.tgz>
See also
<http://www.cliki.net/graphics%20library>
Cheers,
Edi.
--
Lisp is not dead, it just smells funny.
Real email: (replace (subseq "spamtrap@agharta.de" 5) "edi")
| |
|
| Edi Weitz wrote:
> On Fri, 27 May 2005 22:04:36 +0200, Onay <onayu@gmx.net> wrote:
>
>
> CL-GTK to /process/ images? I thought that was a GUI toolkit.
>
> Anyway, there's a port of CL-GD to CLISP available from Carlos Ungil.
>
> <http://weitz.de/cl-gd/>
> <http://ungil.com/cl-gd-clisp.tgz>
>
> See also
>
> <http://www.cliki.net/graphics%20library>
>
> Cheers,
> Edi.
>
ok
i mean just to load image (in array) -> do somethin -> save image...
--
(+::+) oni (+::+)
(I already try to be as amusing as possible, my master!)
| |
| Edi Weitz 2005-05-27, 8:57 pm |
| On Fri, 27 May 2005 22:25:26 +0200, Onay <onayu@gmx.net> wrote:
> i mean just to load image (in array) -> do somethin -> save image...
Then check out CL-GD for instance.
--
Lisp is not dead, it just smells funny.
Real email: (replace (subseq "spamtrap@agharta.de" 5) "edi")
| |
|
|
|
|
|