Ticket #599 (closed task: fixed)
Opened 2010-11-16T03:55:41-06:00
Last modified 2010-12-23T10:48:15-06:00
Add optimal tile size methods
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | critical | Milestone: |
|
Component: | bio-formats | Severity: | non-issue |
Keywords: | Cc: | callan | |
Blocked By: | Blocking: |
Description
Add new methods to IFormatReader that return the optimal tile width and height for use with openBytes(int, byte[], int, int, int, int):
public int getOptimalTileWidth(); public int getOptimalTileHeight();
For TIFF-based readers, these are quite trivial to implement as this data is stored in the file.
Change History
comment:1 Changed 2010-12-23T10:48:15-06:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
(In [7453]) Added methods for retrieving the optimal size of a sub-image. Closes #599.