<div>A while ago in response to a question I had about the FFI to Racket,<br></div><div>Eli Barzilay wrote:</div><div>&gt; &gt; <br>&gt; &gt; Note BTW that the ImageMagick interface that comes with racket was<br>&gt; &gt; made as an example for an interface, so it wasn&#39;t kept up to date with<br>
&gt; &gt; the current API. (I don&#39;t know what changed, but given that a number<br>&gt; &gt; of years have passed, I&#39;m guessing that updates are needed.)<br>&gt; &gt; </div><div><br></div><div> I&#39;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&#39;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&#39;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&#39;m using work fine.</div>
<div><br></div><div>Many thanks,</div><div>Harry Spier</div>