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

Opened 2009-10-30T14:29:32-05:00

Last modified 2010-07-13T17:01:40-05:00

Consider adding getBitsPerPixel() to IFormatReader

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

Description

'int getBitsPerPixel()' would complement the existing 'int getPixelType()' method. It would provide the number of "valid" bits per pixel, not the number of stored bits per pixel.

For TIFF files, getBitsPerPixel() would return the value of 'BitsPerSample' in the first IFD.

Change History

comment:1 Changed 2009-12-15T15:36:11-06:00 by melissa

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

(In [5743]) Added 'getBitsPerPixel()' to IFormatReader. Closes #433.

comment:2 Changed 2010-07-09T12:55:02-05:00 by melissa

  • Milestone bio-formats-4.2 deleted

Milestone bio-formats-4.2 deleted

comment:3 Changed 2010-07-13T17:01:40-05:00 by melissa

  • Milestone set to bio-formats-4.2