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 #519 (closed task: fixed)

Opened 2010-07-20T09:05:25-05:00

Last modified 2010-07-28T16:38:37-05:00

Implement new saveImage methods in BufferedImageWriter

Reported by: melissa Owned by: melissa
Priority: minor Milestone: bio-formats-4.2.1
Component: bio-formats Severity: minor
Keywords: Cc:
Blocked By: Blocking:

Description

All of the existing saveImage methods in BufferedImageWriter are deprecated, as they mirror the deprecated saveBytes methods in IFormatWriter. We should implement new saveImage methods that mirror the new saveBytes methods, i.e. 'saveImage(int, Image)' and 'saveImage(int, Image, int, int, int, int)'.

Change History

comment:1 Changed 2010-07-28T16:38:37-05:00 by melissa

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

(In [6747]) * Added 'int getSeries()' method to IFormatWriter.

  • Implemented non-deprecated saveImage methods in BufferedImageWriter. Closes #519.