FreeImage binaries

Zachary Pincus zachary.pincus at yale.edu
Tue Feb 7 15:13:05 EST 2012


>> As a start, how about just getting a Python script going for doing the
>> fetching + moving?  Once that is done, I think it won't be too hard to
>> get distutils to play along.  At worst, we can tell all Windows/Mac
>> users to do
>> 
>> from skimage import install_libs
>> install_libs()
>> 
>> after installation.
> 
> OK, as soon as github is back working I'll make a repo to hold the binaries. Can anyone (Christoph?) send me a win64 FreeImage DLL that I can include?
> 

Also, is anyone a license-maven? Is this sort of thing (distributing binaries, then downloading and run-time loading them in a BSD-licensced project) OK under the GPL (v2) or the FreeImage license? 
http://freeimage.sourceforge.net/license.html






More information about the scikit-image mailing list