[plt-scheme] image manipulation library?

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Jan 19 09:13:56 EST 2006

On Jan 19, Noel Welsh wrote:
> One of the examples of the FFI is a binding to ImageMagick.
>  Why it is hidden away in collects/ffi/examples, instead of
> being proudly displayed via Planet/help-desk God, and Eli,
> only know.

To be *proud*, I'd need to keep it updated.  Two main issues here:

1. Create the interface automatically.

2. Make an interface that can interact with any ImageMagic based on
   the version number that the library reports.

Both doable, but both will require time.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.