Ticket #239 (closed defect: fixed)
Opened 2008-02-15T16:22:04-06:00
Last modified 2008-02-18T12:28:59-06:00
ArrayIndexOutOfBoundsException for IndexedColorModel and/or DICOM
| Reported by: | curtis | Owned by: | melissa |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | bio-formats | Severity: | serious |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
A recent fix results in the OT-PAL-8-face.dcm image being properly displayed, but attempting to generate the thumbnail throws an exception:
curtis@monk:~$ showinf -thumbs data/dicom/jean-marie/OT-PAL-8-face.dcm
Checking file format [Digital Img. & Comm. in Med.]
...
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 201
at loci.formats.IndexedColorModel.getRed(IndexedColorModel.java:194)
at java.awt.image.ColorModel.getRed(ColorModel.java:637)
...
Change History
comment:1 Changed 2008-02-18T12:28:59-06:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
r3703