mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-03 23:53:15 -04:00
Now emits warning if metadata can't be converted.
This commit is contained in:
@@ -866,7 +866,7 @@ public final class TIFFImageWriter extends ImageWriterBase {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (IIOInvalidTreeException e) {
|
catch (IIOInvalidTreeException e) {
|
||||||
// TODO: How to issue warning when warning requires imageIndex??? Use -1?
|
processWarningOccurred(sequenceIndex, "Could not convert image meta data: " + e.getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
ifd = outData.getIFD();
|
ifd = outData.getIFD();
|
||||||
|
Reference in New Issue
Block a user