-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
throwed at
Lines 191 to 204 in 5df3dc1
| 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.
Metadata
Metadata
Assignees
Labels
No labels