Ticket #247 (closed task: fixed)
Opened 2010-10-08T11:28:28-05:00
Last modified 2011-05-27T08:40:26-05:00
Add Write functionality to the Bio-Formats ITK plug-in
Reported by: | hinerm | Owned by: | hinerm |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | SCIFIO | Version: | |
Severity: | non-issue | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Currently Farsight modules can only use BFITK to read image data, and can't write in any of the supported formats. This feature should be implemented.
Change History
comment:1 Changed 2010-10-08T11:28:36-05:00 by hinerm
- Owner changed from curtis to hinerm
- Status changed from new to assigned
comment:3 Changed 2011-05-27T08:40:26-05:00 by hinerm
- Status changed from accepted to closed
- Resolution set to fixed
The write method has been implemented for the Jace and Pipes BFITK plug-in versions. Implementation for the JNI version wasn't seen as a priority.
It should be noted that the Pipes version is notably slower than the Jace. The Pipes version has several "check-ins" where the Java or C++ code waits for the other's signal to proceed. The most significant delays come at these blocks, but a way to remove them without deadlocking couldn't be found.