User Story #1754 (closed)
Opened 10 years ago
Closed 9 years ago
Make thumbnails available for a directory's files.
| Reported by: | cblackburn | Owned by: | cblackburn |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-Beta4.2 |
| Component: | OmeroFs | Keywords: | n.a. |
| Cc: | jamoore, jburel | Story Points: | n.a. |
| Sprint: | n.a. | Importance: | n.a. |
| Total Remaining Time: | n.a. | Estimated Remaining Time: | n.a. |
Description
For a client to provide a fileview showing thumbnails the thumbnails need to provided on demand. Thumbnails need to be created and then cached using file system thumbnail db if available.
Change History (2)
comment:1 Changed 9 years ago by cblackburn
comment:2 Changed 9 years ago by cblackburn
- Resolution set to fixed
- Status changed from new to closed
This limited implementation uses BF to get and cache fixed-size thumbnails on demand. A more comprehensive thumbnail service will be needed at some point.
r6077 adds initial support. getThumbnail(imagePath) will return a path to a jpg thumbnail of the image.