[racket] Imagemagick interface for Racket

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Mon Nov 8 20:18:05 EST 2010

You might be looking for:

https://github.com/plt/racket/blob/master/collects/ffi/examples/magick.rkt

and

https://github.com/plt/racket/blob/master/collects/ffi/examples/use-magick.rkt

which you can get in your Racket install with

(require ffi/examples/magick)

Jay

On Mon, Nov 8, 2010 at 6:05 PM, Harry Spier <harryspier at hotmail.com> wrote:
> Dear list members,
>
> I am looking for an interface to Imagemagick that will work with Racket.
>
> I have seen several references on the internet to an Imagemagick interface
> for scheme.  Several to an imagemagick interface to mzscheme (Is mzscheme a
> subset of Racket?) and one on the Imagemagick website to an object oriented
> interface to Scheme.  But the links to these  give a "page not found".
>
> Can someone point out where I can find such an interface.
>
> Thanks in advance.
>
> Harry Spier
>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.