Hi, I had to do a bit of back-tracing of the source to confirm that ignoreUnknownFields is initialised from the value of ignoreMetadata.
+1 -phil. On 10/26/2016 01:05 PM, Brian Burkhalter wrote:
Please review at your convenience: Issue: https://bugs.openjdk.java.net/browse/JDK-8164750 Patch: http://cr.openjdk.java.net/~bpb/8164750/webrev.00/ Currently if ignoreMetadata == true and the set of allowed TIFFTagSets does not contain the BaselineTIFFTagSet instance then image reading will fail as fields essential to reading and interpreting the data will be ignored. Thanks, Brian