...and removed System.out.. Ouch...

This commit is contained in:
Harald Kuhr 2022-10-18 16:08:03 +02:00
parent c9e11f171f
commit cbe78dc67f

View File

@ -13,7 +13,6 @@ final class PCXMetadata extends StandardImageMetadataSupport {
}
private static PlanarConfiguration planarConfiguration(PCXHeader header) {
System.out.println("header = " + header);
return header.getChannels() > 1 ? PlanarConfiguration.LineInterleaved : null;
}