mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 12:05:29 -04:00
IFF: Thumbnail support for XS24 chunk (now without stderr output)
This commit is contained in:
parent
f5cfa0e619
commit
7167f81c69
@ -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