NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

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: bio-formats-4.3
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.