Ticket #1777 (closed enhancement: moved)
Opened 2013-04-04T10:29:31-05:00
Last modified 2014-05-07T04:35:15-05:00
File Save As can't do BMPs
Reported by: | bdezonia | Owned by: | hinerm |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b10-compatibility |
Component: | I/O | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1779 |
Description
Open Boats. Use pure IJ2 implementation of File Save As and specify Boats.bmp. An unknown format exception is thrown. I assume SCIFIO doesn't yet support BMP.
Change History
comment:1 Changed 2013-04-05T11:35:43-05:00 by hinerm
- Owner changed from hinerm to curtis
- Status changed from new to reviewing
- Type changed from defect to enhancement
comment:2 Changed 2013-04-05T12:59:17-05:00 by curtis
- Owner changed from curtis to hinerm
Yes, we need a SCIFIO BMP writer. Ultimately we will need a SCIFIO writer for every format ImageJ 1.x supports exporting out of the box. The only exception is microscopy-specific formats; we will still need writers for those, but those may stay in Bio-Formats under the GPL. We can discuss case by case.
comment:4 Changed 2013-04-05T13:10:40-05:00 by hinerm
- Status changed from reviewing to accepted
- Milestone changed from imagej2-b8-analysis to imagej2-b10-compatibility
Added #1779 feature ticket, to ensure SCIFIO has all image IO capabilities that are present in IJ1.
Moving to beta 10, as this is a compatibility issue.
comment:5 Changed 2014-05-07T04:35:15-05:00 by curtis
- Status changed from accepted to closed
- Resolution set to moved
Migrated to https://github.com/scifio/scifio/issues/176
Bio-Formats does not currently have a BMP Writer, just a Reader, so this behavior is currently appropriate.
As this ticket represents adding functionality not supported in BF, I'm changing it to an enhancement instead of a defect, and marking it for review so we can discuss whether or not we want a BMP Writer in SCIFIO/Bio-Formats.