TMI-TIFF: Initial commit. Major work in progress. :-)

This commit is contained in:
Harald Kuhr
2012-05-22 00:00:11 +02:00
parent 9492ed67f1
commit 98361194ea
36 changed files with 2070 additions and 678 deletions

View File

@@ -441,7 +441,7 @@ public class PSDImageReader extends ImageReaderBase {
case PSD.COMPRESSION_ZIP:
// TODO: Could probably use the ZIPDecoder (DeflateDecoder) here..
case PSD.COMPRESSION_ZIP_PREDICTION:
// TODO: Need to find out if the normal java.util.zip can handle this...
// TODO: Look at TIFF prediction reading
// Could be same as PNG prediction? Read up...
throw new IIOException("PSD with ZIP compression not supported");
default: