Re Images: there is a build script which I haven't tested myself, but which in
theory should do everything for you. It was updated recently, because the
ImageMagick binary downloads changed (and they don't provide a "latest" link).
What if you check out Images master, update, and if necessary execute
Pkg.build("Images")?
I also added support for the MAGICK_HOME environment variable, and failing all
else you can do the Windows equivalent of Base.push!(Base.DL_LOAD_PATH,
"/opt/local/lib").
--Tim