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 #755 (closed defect: worksforme)

Opened 2012-10-12T15:22:38-05:00

Last modified 2012-10-23T11:21:26-05:00

Verify bf-itk-pipe plugin can fully read/write images that don't fit in memory

Reported by: hinerm Owned by: hinerm
Priority: major Milestone:
Component: other Severity: major
Keywords: Cc: curtis, hinerm
Blocked By: Blocking:

Description

It was reported that when trying to write out specific regions of large images that can't completely fit in memory, the first first plane was just repeated.

An example ITK-based copying program, if used on an image that will not fit into main memory, should help to test this issue.

Change History

comment:1 Changed 2012-10-19T12:13:25-05:00 by hinerm

A test program was created by the original user. Modifications can be tracked at:  https://gist.github.com/3900888

comment:2 Changed 2012-10-23T11:21:26-05:00 by hinerm

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

This was verified as an ITK use issue, and with appropriate filter use (e.g., the ExtractImageFilter) planes from any size image can be extracted and read using this plugin.