Added PNMImageWriterTest

This commit is contained in:
Harald Kuhr
2020-09-24 17:11:19 +02:00
parent 5040e9fe8a
commit f54f4370c0
3 changed files with 32 additions and 1 deletions
@@ -65,6 +65,7 @@ public final class PNMImageWriter extends ImageWriterBase {
@Override
public void write(final IIOMetadata streamMetadata, final IIOImage image, final ImageWriteParam param) throws IOException {
assertOutput();
// TODO: Issue warning if streamMetadata is non-null?
// TODO: Issue warning if IIOImage contains thumbnails or other data we can't store?