Commit Graph

43 Commits

Author SHA1 Message Date
Stefan van der Walt 8f43ee7739 BUG: Catch all exceptions, including NotImplementedError, when checking for number of CPUs in multi-processing. 2012-05-21 19:20:20 -07:00
Stefan van der Walt 34505fef46 BUG: Fix FreeImage Py3k compatibility [patch by Almar Klein]. 2012-05-21 18:24:32 -07:00
cgohlke 4e87a1dfce Add new 64-bit metadata types to METADATA_DATATYPE (new in FreeImage 3.15.3) 2012-05-19 13:23:32 -07:00
Stefan van der Walt e99f18be5a BUG: Fix imports for Python 3.2. 2012-03-03 11:18:16 -08:00
Tony S Yu 3c91aab3a0 FIX: Check plugin is loaded before checking its functions. 2012-02-28 00:07:07 -05:00
cgohlke 161e42e053 Fix conversion of bytes to str on Python 3 2012-02-25 20:33:17 -08:00
zachrahan c9a14db5c4 Merge pull request #149 from zachrahan/tifffile-plugin
ENH: add tifffile plugin, tifffile tests, beef up freeimage tests
2012-02-21 16:18:34 -08:00
Zach Pincus a6b154f5b5 Fix description of tifffile plugin 2012-02-21 17:55:32 -05:00
Zach Pincus 9512678e75 ENH: Add tifffile IO plugin 2012-02-21 17:53:16 -05:00
tonysyu e1e3d6ce2b Merge pull request #136 from stefanv/plugin_consistency
ENH: Plugin consistency.
2012-02-15 07:08:49 -08:00
Stefan van der Walt b127f60533 STY: Whitespace cleanup. 2012-02-10 15:36:11 -08:00
Zach Pincus f2321d0441 STY: Clarify logic of code for FreeImage loading. 2012-02-10 15:36:11 -08:00
Zach Pincus 6a31ea8508 BUG: Make it work actually... 2012-02-10 15:36:11 -08:00
Zach Pincus 99ac9e44ff ENH: load libfreeimage based on case-insensitive libname prefixes 2012-02-10 15:36:11 -08:00
Stefan van der Walt 5d276146ee BUG: Fix FreeImage tests. 2012-02-10 15:34:26 -08:00
Stefan van der Walt a2746c2872 ENH: Add show() to PIL plugin to support more consistent code over different plugins. 2012-02-10 14:11:51 -08:00
tonysyu 46e5f0a04e Merge pull request #120 from stefanv/scivi_rename
PKG: Rename scivi to skivi.
2012-02-05 19:39:51 -08:00
tonysyu 5655f7e3d9 Merge pull request #116 from stefanv/matplotlib_interpolation
ENH: Use nearest neighbor interpolation by default in matplotlib plugin.
2012-02-05 19:26:32 -08:00
Stefan van der Walt e4a14ee3a3 PKG: Rename scivi to skivi. 2012-02-03 21:18:52 -08:00
Stefan van der Walt a322c0d676 ENH: When displaying images using matplotlib, use the grey colormap by default. 2012-02-02 17:06:06 -08:00
Stefan van der Walt 5c5de01523 STY: Whitespace cleanup freeimage patch. 2012-02-02 16:56:54 -08:00
Zach Pincus 12e67e781e ENH: Clarify FreeImage IO flags, improve tests, and fix documentation 2012-02-02 11:05:27 -05:00
Zach Pincus a4c986b02f DOC: Fix read_multipage docstring 2012-02-01 22:57:44 -05:00
Zach Pincus b5dce45446 ENH: Add metadata reading functions
Required small refactoring of file IO to provide a saner interface.
2012-02-01 22:48:01 -05:00
zachrahan 3a1641f799 Merge pull request #117 from zachrahan/freeimage-library_loader
ENH: Make FreeImage library-loading more robust and provide better errors
2012-02-01 10:43:44 -08:00
Zach Pincus 960ca18b71 Fix indentation error 2012-02-01 13:41:41 -05:00
Zach Pincus 273e8ffc04 Make library-loading more robust and provide better errors 2012-01-31 15:04:31 -05:00
Stefan van der Walt f9907ffd21 ENH: Use nearest neighbor interpolation by default in matplotlib plugin. 2012-01-27 17:02:21 -08:00
Zach Pincus 981775d137 Clean up void-pointer handling to clarify intent and fix multipage 64-bit bugs 2012-01-22 18:34:28 -05:00
Stefan van der Walt 4df36631f6 BUG: Dispatch threads to process entire image. 2011-12-20 00:18:17 -08:00
Tony S Yu 341c2e40be Fix imread regression for int16 images with PIL plugin.
Regression introduced in PR 101.
2011-12-13 09:58:25 -05:00
Stefan van der Walt 77f68861c6 BUG: Correctly load bi-level images via PIL. 2011-12-12 16:01:04 -08:00
tonysyu 0e551fd40c Merge pull request #91 from stefanv/imshow_plugin_scales
ENH: Use dtype scaling routines in qt and pil plugins.
2011-12-11 14:18:24 -08:00
cgohlke c825548d23 Fix reading 16 bit big-endian images with PIL 2011-12-08 11:29:46 -08:00
Stefan van der Walt 0fa504f320 Merge pull request #90 from stefanv/plugin_load_fix
BUG: Fix selective plugin loading. Also provide a function to inspect the current plugin configuration.
2011-12-05 20:26:55 -08:00
Stefan van der Walt 50b33dbdd6 ENH: Tie imshow and _app_show together. 2011-12-05 17:35:56 -08:00
Stefan van der Walt f6458f18ef ENH: Use dtype scaling routines in qt and pil plugins. 2011-12-05 16:43:24 -08:00
Stefan van der Walt 468b63886b BUG: Fix selective plugin loading. Provide function to inspect current plugin configuration. 2011-12-05 16:28:27 -08:00
cgohlke 9b19bd9afc Workaround 16 bit image to numpy array conversion bug in PIL 2011-12-05 15:57:09 -08:00
cgohlke 9f329286e9 Fix docstring use_plugin example 2011-12-05 12:25:18 -08:00
Stefan van der Walt bf609dfca0 DOC: Fix some scikits.image mentions. 2011-12-02 10:55:41 -08:00
emmanuelle 6d67bba941 Renaming: scikits.image -> skimage 2011-10-18 21:12:27 +02:00
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00