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: |
|
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.
(In [5743]) Added 'getBitsPerPixel()' to IFormatReader. Closes #433.