Hi all, Apropos of the recent discussion about and troubles with diagnosing FreeImage library loading problems on 64-bit windows, I have tried to enhance the library-loading code: https://github.com/scikits-image/scikits-image/pull/117 And speaking of FreeImage and 64-bit-ness, https://github.com/scikits-image/scikits-image/pull/112 fixes some problems in 64-bit image loading, and also clarifies how to deal with 64-bit pointers and the ctypes interface. Finally, https://github.com/scikits-image/scikits-image/pull/113 builds on the changes in PR 112 to expose basic image metadata reading in a 64-bit-safe manner. Comments welcome. Zach
Hi Zach On Tue, Jan 31, 2012 at 12:17 PM, Zachary Pincus <zachary.pincus@yale.edu> wrote:
Apropos of the recent discussion about and troubles with diagnosing FreeImage library loading problems on 64-bit windows, I have tried to enhance the library-loading code: https://github.com/scikits-image/scikits-image/pull/117
There's a small spacing typo in this changeset, but apart from that looks ready to be merged.
And speaking of FreeImage and 64-bit-ness, https://github.com/scikits-image/scikits-image/pull/112 fixes some problems in 64-bit image loading, and also clarifies how to deal with 64-bit pointers and the ctypes interface.
I've merged 112.
Finally, https://github.com/scikits-image/scikits-image/pull/113 builds on the changes in PR 112 to expose basic image metadata reading in a 64-bit-safe manner.
That looks good. Let's document the tags keyword and merge. Thanks for all the fixes! Stéfan
participants (2)
-
Stéfan van der Walt
-
Zachary Pincus