mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 03:55:28 -04:00
IFF: Thumbnail support for XS24 chunk (now without stderr output)
(cherry picked from commit 7167f81c69c7d7330ace21f1a685d52eb8f91ba9)
This commit is contained in:
parent
954dffd213
commit
11ee7e5e23
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user