Task #4190 (new)
Opened 14 years ago
Last modified 8 years ago
Add reader wrapper that provides simpler tile access
Reported by: | mlinkert | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Pyramids |
Component: | Bio-Formats | Version: | 4.4.8 |
Keywords: | api | Cc: | jamoore |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description (last modified by mlinkert)
- void setTileWidth(int width) defaults to optimal width
- void setTileHeight(int height) defaults to optimal height
- int getTileCount()
- int getTileSize()
- Region getTileDescriptor(int tileIndex)
- byte[] openTile(int planeIndex, int tileIndex)
- byte[] openTile(int planeIndex, byte[] buf, int tileIndex)
- void setTileAccessMode(TileAccessMode? mode)
where TileAccessMode? is an enum (COMB, MEANDER, RANDOM) that defines in which order we will be accessing the tiles.
Change History (9)
comment:1 Changed 14 years ago by jmoore
comment:2 Changed 11 years ago by mlinkert
- Description modified (diff)
- Milestone changed from Unscheduled to Testing
- Sprint set to Testing and Docs (1)
- Version set to 4.4.8
comment:3 Changed 11 years ago by mlinkert
- Milestone changed from Testing and Docs to OMERO-5
- Sprint Testing and Docs (1) deleted
comment:4 Changed 10 years ago by mlinkert
#12276 may be related.
comment:5 Changed 10 years ago by mlinkert
comment:6 Changed 9 years ago by jamoore
- Milestone changed from 5.x to Unscheduled
comment:7 Changed 9 years ago by mlinkert
- Keywords api added
- Owner mlinkert deleted
Primarily this was a wishlist item from @jamoore, so feel free to close if no longer needed/wanted.
comment:8 Changed 9 years ago by jamoore
Think this will still greatly simplify an openBytes cache which would be very useful.
comment:9 Changed 8 years ago by sbesson
- Milestone changed from Unscheduled to Pyramids
imported from bio-formats:#648