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 #648 (closed enhancement: fixed)

Opened 2011-01-18T13:09:03-06:00

Last modified 2011-02-02T04:45:00-06:00

Add reader wrapper that provides simpler tile access

Reported by: melissa Owned by: melissa
Priority: major Milestone:
Component: bio-formats Severity: non-issue
Keywords: Cc: jmoore
Blocked By: Blocking:

Description

  • 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

comment:1 Changed 2011-02-02T04:45:00-06:00 by curtis

  • Status changed from new to closed
  • Resolution set to fixed

moved to  ome:#4190