throwed at
|
switch (ifd.type) { |
|
case 0: // WhiteIsZero |
|
case 1: // BlackIsZero |
|
case 2: // RGB |
|
case 3: // Palette color |
|
if (ifd.tiled) { |
|
this.readTileData(ifd); |
|
} else { |
|
this.readStripData(ifd); |
|
} |
|
break; |
|
default: |
|
throw unsupported('image type', ifd.type); |
|
} |
sorry for unable to provide the tiff.
throwed at
tiff/src/tiffDecoder.ts
Lines 191 to 204 in 5df3dc1
sorry for unable to provide the tiff.