Re: GIF image handling?

Harley Gorrell <[email protected]> Fri, 12 Nov 2004 14:47:09 -0500 (EST)
Newsgroups gmane.lisp.allegro
Message-ID <[email protected]>
On Fri, 12 Nov 2004, Joe wrote:
> I need to load a GIF image into a window and
> then overlay it with some circles and arrows
> and maybe some text.  Is this possible in ACL?

    If I had to do it I would use cl-gd [1] to read in the
image and apply my operations to it.  You may want to read
up on GD to check the toolkit can generate the overlays you
want before you start.

    Also, take a look at the rest of cliki.

[1] http://www.cliki.net/cl-gd

harley.