[plt-scheme] image manipulation library?
On Thu, 19 Jan 2006 09:08:16 -0500
Eli Barzilay <eli at barzilay.org> wrote:
> There is a pretty complete foreign interface to ImageMagick in
> (lib "magick.ss" "ffi") that works with ImageMagick v6.0.1. You can
> also look at .../plt/collects/ffi/examples/magick.ss for some
> examples.
>
> I see that the current version is 6.2.5, it probably needs some work
> if that's what you have installed.
Thanks for pointing this out. Could be very useful, and do exactly
what I am looking for. I am hoping that the basic things I want to do
will not have changed much since 6.0x.
I will report on what happens when I use it.
Rohan