Task #5873 (new)
Opened 13 years ago
Last modified 8 years ago
openThumb* should return the stored thumbnail for FV1000 files
Reported by: | mlinkert | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Unscheduled |
Component: | Bio-Formats | Version: | OMERO-5.2.0 |
Keywords: | FV1000Reader | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
A BMP-format thumbnail is almost always available, so openThumbImage and openThumbBytes should return it by default.
Change History (1)
comment:1 Changed 8 years ago by mlinkert
- Keywords FV1000Reader added
- Owner mlinkert deleted
- Version set to OMERO-5.2.0
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
The main issue here is that the BMP thumbnail often has a different channel count and/or pixel type, where the current assumption is that openThumbBytes returns images of the same type as openBytes. I'd be OK with this being closed as wontfix, but some discussion of the purpose of openThumb* is probably warranted first.