Stefan van der Walt
082ff69549
BUG: More Python3 fixes by Christoph Gohlke.
2011-03-14 17:06:22 +02:00
Stefan van der Walt
4760fc3dd4
BUG: Python 3 compatibility fixes by Christoph Gohlke.
2011-03-14 00:27:11 +02:00
Luis Pedro Coelho
ff02f4ce9d
BUG: Correctly handle images with an alpha channel
...
Bug caught by Zachary Pincus on scipy-user.
2010-11-12 09:45:26 -05:00
Stefan van der Walt
082798d5f8
DOC: Add explanation to test plugin.
2010-11-09 10:31:42 +02:00
Stefan van der Walt
0bf6895a49
Merge branch 'james_turner-fits_plugin'
2010-11-07 01:02:46 +02:00
Stefan van der Walt
fa42d5f23c
Merge branch 'imagecollection'
2010-11-07 00:51:21 +02:00
Stefan van der Walt
f9537e9d38
ENH: Add a free standing test for freeimage.
2010-11-05 15:05:58 +02:00
Stefan van der Walt
7de454178b
ENH: Add rgb2grey.
2010-11-05 14:59:54 +02:00
Stefan van der Walt
06f8f398bd
API: Remove dtype parameter from imread and collections. Remove as_grey from collections.
2010-11-05 14:44:01 +02:00
Zachary Pincus
325b59c59a
palette support for saving 8-bit greyscale images
2010-10-22 23:33:23 +02:00
Luis Pedro Coelho
30b4ff2274
Fix freeimage_plugin.imsave
...
Previously, the plugin perfomed a copy of the bitmap's pixel memory
instead of mapping into a ndarray. This fixes it. Also, it saved images
rotated by 90 degrees as it didn't convert to freeimage's internal
format.
Copying less also makes imread visibly faster.
2010-08-23 12:15:01 -04:00
James Turner
09268cc062
JT: more minor comments from Stefan
2010-07-03 17:44:35 -04:00
James Turner
57ed210a6b
JT: various minor comments from Stefan
2010-07-03 17:05:37 -04:00
James Turner
28f5b9faf7
JT: added PyFITS plugin, tests and data
2010-07-03 16:30:48 -04:00
Stefan van der Walt
dd5f0020ae
ENH: Add imread_collection to plugin framework.
2010-07-02 19:41:12 -05:00
Stefan van der Walt
cd48712329
Merge branch 'master' of git://github.com/sccolbert/scikits.image into chris
2010-06-24 17:38:49 -07:00
Stefan van der Walt
3c14b965d6
Allow PIL plugin to read grey-level images with alpha layer.
2010-06-08 21:25:14 -06:00
Stefan van der Walt
bd7a15ebaf
Add imshow to PIL plugin.
2010-06-08 21:25:14 -06:00
Stefan van der Walt
01dca4ef5f
Found shorthand for constructing dtype str (thanks, Zach!).
2010-05-14 15:54:05 +02:00
Stefan van der Walt
13199840cd
In freeimage plugin, set DummyArray to writable, use correct dtype.
2010-05-14 15:11:57 +02:00
Stefan van der Walt
81b3359590
Use c_void_p to handle (*BYTE) in freeimage plugin.
2010-05-14 14:16:01 +02:00
Stefan van der Walt
0320815b9e
Fix freeimage loading via array interface.
2010-05-14 13:53:11 +02:00
Stefan van der Walt
49c03eb448
Try to load both libfreeimage and libFreeImage.
2010-05-14 13:52:41 +02:00
Stefan van der Walt
9c20fd0720
In freeimage plugin, use array_interface for array construction.
2010-05-13 23:05:44 +02:00
Stefan van der Walt
d082774977
Add ctypes API for freeimage plugin for use on 64-bit platforms.
2010-05-13 22:28:00 +02:00
Stefan van der Walt
46d3c26a1b
In freeimage plugin, fix order of parameters to 'write'. Provide colour images to 'write' as CxMxN arrays.
2010-05-13 17:25:47 +02:00
Stefan van der Walt
0063993965
Wrap long lines in freeimage plugin.
2010-05-13 16:07:27 +02:00
Stefan van der Walt
794402bbb2
Add imread and imsave wrappers to freeimage plugin.
2010-05-13 16:04:03 +02:00
Stefan van der Walt
bb9ee08612
Add description file for freeimage plugin.
2010-05-13 16:03:40 +02:00
Stefan van der Walt
91ca44b3a8
Add Zachary's freeimage wrapper. Fix Ctypes loader to use NumPy.
2010-05-13 16:03:15 +02:00
sccolbert
19b5973c44
worked on prettying up scivi.
2009-12-02 20:11:49 +01:00
Stefan van der Walt
0011fd17c6
io: Remove unneccesary import.
2009-11-12 22:34:58 +02:00
Stefan van der Walt
0f604fa07e
io: Add null-plugin to simplify testing.
2009-11-12 22:34:19 +02:00
sccolbert
152c6209c8
finished the lut tables
2009-11-10 05:12:23 +01:00
Stefan van der Walt
d8709bd0c0
io: Add imsave using PIL.
2009-11-08 23:49:51 +02:00
Stefan van der Walt
d9f624959f
io: Throw exception when qt plugin can't be loaded.
2009-11-08 22:08:42 +02:00
Stefan van der Walt
c539a02b20
io: Fix one more instance of cdivision.
2009-11-08 22:02:15 +02:00
Stefan van der Walt
6c1bbc0297
Merge branch 'threadingio' of git://github.com/sccolbert/scikits.image into io
2009-11-08 20:30:07 +02:00
sccolbert
625291f361
added division decorators to cython. Improved how data gets chunked up.
2009-11-08 18:35:07 +01:00
Stefan van der Walt
2ac29d6fa8
Merge branch 'threadingio' of git://github.com/sccolbert/scikits.image into io
2009-11-08 11:07:57 +02:00
sccolbert
a6de1409e0
added try except to deal with missing multiprocessing.
2009-11-08 09:13:40 +01:00
Stefan van der Walt
67e0cb03ea
Merge branch 'io' of git://github.com/sccolbert/scikits.image into io
...
Conflicts:
scikits/image/io/_plugins/qt_plugin.py
2009-11-08 09:44:00 +02:00
sccolbert
4beb9eb16b
added better logic to the thread dispatcher.
2009-11-08 05:39:02 +01:00
sccolbert
196ab7530a
first go at multithreading the mixer.
2009-11-08 05:28:24 +01:00
sccolbert
a3737fa34c
Added tests for colormixer and histograms. Moved tests up a directory level because
...
nosetests doesnt see tests in a directory beginning with an _ (_plugins/).
Moved fancy imshow to its own module scivi.py
2009-11-08 02:40:12 +01:00
Stefan van der Walt
1148a47691
io: Add _app_show for matplotlib plugin.
2009-11-08 01:24:20 +02:00
Stefan van der Walt
57a315240d
Remove imsave from matplotlib until fixed in their source.
2009-11-08 00:56:38 +02:00
Stefan van der Walt
3c3fa01336
io: Combine qt imports.
2009-11-07 23:41:09 +02:00
Stefan van der Walt
ec5bba7682
io: Fix Qt import accidentally removed.
2009-11-07 23:22:06 +02:00
Stefan van der Walt
a99339f9d6
Add basic tests for _histograms.
2009-11-07 18:13:02 +02:00