mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 20:15:28 -04:00
Now emits warning if metadata can't be converted.
This commit is contained in:
parent
f738e0e20d
commit
90593117db
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user