Changeset 2925
- Timestamp:
- 07/02/07 11:48:09 (12 years ago)
- Location:
- trunk/loci/formats/in
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/loci/formats/in/OpenlabReader.java
r2922 r2925 273 273 } 274 274 } 275 else if (volumeType == MAC_256_GREYS) return b; 275 276 else if (volumeType < MAC_24_BIT) { 276 277 throw new FormatException("Unsupported image type : " + volumeType);
Note: See TracChangeset
for help on using the changeset viewer.