<div>A while ago in response to a question I had about the FFI to Racket,<br></div><div>Eli Barzilay wrote:</div><div>> > <br>> > Note BTW that the ImageMagick interface that comes with racket was<br>> > made as an example for an interface, so it wasn't kept up to date with<br>
> > the current API. (I don't know what changed, but given that a number<br>> > of years have passed, I'm guessing that updates are needed.)<br>> > </div><div><br></div><div> I've just tried out the FFI with the latest version of ImageMagick and with some very very minor changes (and I think those changes are because I'm on Windows) it works just fine with the latest version of ImageMagick.</div>
<div><br></div><div>1. I installed ImageMagick. (the windows installer automatically added the path to the ImageMagick dll's into the PATH enavironmental variable)</div><div>2. I exchanged the name of the dll for thelibrary name that was in the FFI.</div>
<div>3. I discovered that two of the functions are in a different dll than the rest and made a change to the code to take care of that.</div><div><br></div><div>and everything worked perfectly. There is some new ImageMagick functionality since the FFI was written but all the functions I'm using work fine.</div>
<div><br></div><div>Many thanks,</div><div>Harry Spier</div>