mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 03:55:28 -04:00
Remove unintended debug output.
This commit is contained in:
parent
967f8e6984
commit
b01b820ec8
@ -1147,8 +1147,7 @@ public final class TIFFImageReader extends ImageReaderBase {
|
||||
// This initializes the tables and other internal settings for the reader,
|
||||
// and is actually a feature of JPEG, see abbreviated streams:
|
||||
// http://docs.oracle.com/javase/6/docs/api/javax/imageio/metadata/doc-files/jpeg_metadata.html#abbrev
|
||||
IIOMetadata streamMetadata = jpegReader.getStreamMetadata();
|
||||
new XMLSerializer(System.out, "UTF8").serialize(streamMetadata.getAsTree(streamMetadata.getNativeMetadataFormatName()), false);
|
||||
jpegReader.getStreamMetadata();
|
||||
}
|
||||
else if (tilesDown * tilesAcross > 1) {
|
||||
processWarningOccurred("Missing JPEGTables for tiled/striped TIFF with compression: 7 (JPEG)");
|
||||
|
Loading…
x
Reference in New Issue
Block a user