mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
IFF: Thumbnail support for XS24 chunk (now without stderr output)
(cherry picked from commit 7167f81c69
)
This commit is contained in:
@@ -37,9 +37,6 @@ final class XS24Chunk extends IFFChunk {
|
|||||||
throw new IIOException("Bad XS24 chunk: " + width + " * " + height + " * 3 > chunk length (" + chunkLength + ")");
|
throw new IIOException("Bad XS24 chunk: " + width + " * " + height + " * 3 > chunk length (" + chunkLength + ")");
|
||||||
}
|
}
|
||||||
|
|
||||||
System.err.println("chunkLength: " + chunkLength);
|
|
||||||
System.err.println("dataLength: " + dataLength);
|
|
||||||
|
|
||||||
data = new byte[dataLength];
|
data = new byte[dataLength];
|
||||||
|
|
||||||
input.readFully(data);
|
input.readFully(data);
|
||||||
|
Reference in New Issue
Block a user