Juan Nunez-Iglesias
f73fc33e0e
Merge pull request #1188 from vighneshbirodkar/rag_merge
...
Added in_place option to merge_nodes
2014-10-23 20:48:23 +11:00
Vighnesh Birodkar
b8988190b0
Docstring changes
2014-10-23 13:17:29 +05:30
Stefan van der Walt
dbab977535
Merge pull request #1206 from tonysyu/fix/canny-deprecation
...
Fix deprecation of canny function
2014-10-21 13:17:16 +02:00
Tony S Yu
cb1a26ce2e
Fix deprecation of canny function
2014-10-20 22:21:28 -05:00
Steven Silvester
95f4aa70c1
Avoid star import
2014-10-20 05:03:00 -05:00
Vighnesh Birodkar
96bf747197
always return new id and put new id logic in a function
2014-10-18 21:33:42 +05:30
Steven Silvester
7734cdf7e0
Move tifffile license description
2014-10-16 17:06:12 -05:00
Vighnesh Birodkar
31ecc3db86
Change None to 0
2014-10-17 00:06:12 +05:30
Vighnesh Birodkar
0419c1e6f7
sequential numbering of nodes using max id
2014-10-16 23:22:56 +05:30
Steven Silvester
713452ab9e
Use newer version of tifffile.py.
2014-10-16 05:28:43 -05:00
Steven Silvester
17a3b50a5e
Use tifffile 0.3.2, which passes doctests
2014-10-16 05:05:37 -05:00
Steven Silvester
b5da90e4c7
Just disable doctests in tifffile_local
2014-10-16 04:49:45 -05:00
Steven Silvester
a3c8ce32ac
Rename file to a valid module name.
2014-10-15 21:05:23 -05:00
Steven Silvester
88719b3340
Fix path to tifffile.c
2014-10-15 21:00:52 -05:00
Steven Silvester
50aff0058a
Add tifffile.c to the build
2014-10-15 20:59:20 -05:00
Steven Silvester
dddbc1aa23
Add the __init__.py to make it a package
2014-10-15 05:57:56 -05:00
Steven Silvester
268eb5f2b5
Add tifffile to a new external package.
2014-10-15 05:57:05 -05:00
Steven Silvester
56915d29c3
Fix tifffile imports
2014-10-12 15:10:40 -05:00
Steven Silvester
36ab379e0c
Use the PyPI tifffile instead of bundling
2014-10-12 15:10:14 -05:00
Steven Silvester
0fabb0c3ab
Fix comment typo
2014-10-11 18:28:36 -05:00
Steven Silvester
725c376d78
Make sure we disconnect all the signals
2014-10-11 14:34:55 -05:00
Steven Silvester
72292f73c0
Use a manual hack to remove the canvas events for old MPL
2014-10-11 09:15:10 -05:00
Steven Silvester
532e460172
Disconnect the events manually
2014-10-11 07:21:32 -05:00
Steven Silvester
0c35d13203
Add a try/catch for RectangleTool.disconnect_events
2014-10-11 05:12:04 -05:00
Stefan van der Walt
93d8bce621
Merge pull request #1189 from blink1073/fix-pil-plugin
...
Fix PIL handling of non-uint8 images and add `tifffile` support
2014-10-11 11:49:34 +02:00
Steven Silvester
84a56fa4a0
Fix docstring links
2014-10-11 04:48:18 -05:00
Steven Silvester
b48c82f840
Make pil the default plugin
2014-10-10 20:17:00 -05:00
Steven Silvester
fe6912b591
Add 'imsave' to the '*' output of pil_plugin
2014-10-10 05:43:46 -05:00
Juan Nunez-Iglesias
ec5432a247
Merge pull request #1191 from ahojnnes/morph-ref
...
Refer to rank filters from morphology functions
2014-10-10 15:50:06 +11:00
Steven Silvester
ba730091a0
Fix relative import and test import convention
2014-10-09 20:18:44 -05:00
Steven Silvester
ae19578192
Remove unused import
2014-10-09 20:18:44 -05:00
Steven Silvester
3b3b44b127
Clean up pil and tif tests
2014-10-09 20:18:43 -05:00
Steven Silvester
a623fd3e44
Rename the convenience methods
2014-10-09 20:18:43 -05:00
Steven Silvester
708ab0593b
Fix docstring typo
2014-10-09 20:18:43 -05:00
Steven Silvester
bae672f34b
Do not try and save signed integer output, improved signed checks for tif.
2014-10-09 20:18:43 -05:00
Steven Silvester
047650ce38
Fix reference citation
2014-10-09 20:18:43 -05:00
Steven Silvester
be279de2fa
Fix handling of temp file removal
2014-10-09 20:18:43 -05:00
Steven Silvester
fb9f7e7346
Properly handle all image types for PNG, beef up docs
2014-10-09 20:18:43 -05:00
Steven Silvester
9b768dc681
Add references in docstrings
2014-10-09 20:18:43 -05:00
Steven Silvester
74c87b583d
Clean up imsave behavior and beef up docstring
2014-10-09 20:18:43 -05:00
Steven Silvester
8396d59268
Reinstate tifffile test
2014-10-09 20:18:43 -05:00
Steven Silvester
ee755c6c0b
Remove temporary file and clean up imports
2014-10-09 20:18:43 -05:00
Steven Silvester
fa5a575743
Reinstate tifffile_plugin for backwards compatibility
2014-10-09 20:18:43 -05:00
Steven Silvester
d9e169c518
Fix PIL tests, move helpers to _shared, fix widgets test
2014-10-09 20:18:21 -05:00
Steven Silvester
199c3da307
Clean up tests and add to bento.info.
...
Remove "no plugin" test because we will always have a plugin.
Fix handling of bools in ubyte check
Fix integration of tifffile.c
Clean up new tests.
Fix _tifffile import and add to bento.info
Add tifffile.py and fix pil_plugin import
Add tifffile tests to test_pil and remove PIL import checks
2014-10-09 20:18:20 -05:00
Steven Silvester
2e47ca2d67
Add tifffile.c and associated build target.
2014-10-09 20:18:20 -05:00
Steven Silvester
c5b2834084
Remove old tifffile plugin in favor of using it in PIL plugin.
2014-10-09 20:18:20 -05:00
Steven Silvester
8049c642af
Add tests for new behavior.
...
Add tests for new behavior
Fix utils import and make io.tests a package
2014-10-09 20:18:20 -05:00
Steven Silvester
7374f4ac53
Add tifffile.py and its license.
...
Add use of tifffile and its license
Actually add the tifffile file and LICENSE
2014-10-09 20:18:20 -05:00
Steven Silvester
5f769cb4bf
Fix handling of non-uint8 images for PIL imsave.
...
Fix handling of non-uint8 imags for PIL imsave.
Update build requirements and documentation
Reorganized dependencies in DEPENDS.txt.
Fix install_requires string formatting
Use img_as_ubyte instead of the previous hack
Add to the docstring notes.
Add to docstring notes
Fix errant changes
Add support for tif floating point and 16bit files
Handle case where format_str is None
Add note about 2D TIFF file support
Add handling for uint16 and integer types.
2014-10-09 20:18:20 -05:00