Re: [OpenJDK 2D-Dev] RFR: 8165981: Consider making some classes in javax.imageio.plugins.tiff final

2016-10-18 Thread Brian Burkhalter
One could potentially change all the public getters in non-final classes in javax.imageio.plugins.tiff to be final as in http://cr.openjdk.java.net/~bpb/8165981/webrev.01/ or go even further and additionally refactor TIFFDirectory to be an interface implemented by the internal TIFFIFD class. In

Re: [OpenJDK 2D-Dev] [9] RFC JDK-8154058: [TIFF] ignoreMetadata parameter of TIFFImageReader's setInput() method affects TIFFImageReadParam in non-obvious way

2016-10-18 Thread Brian Burkhalter
It seems that there might be in effect three scenarios worth considering: A) Ignore all metadata (ignoreMetadata [1] is true) No metadata would be read except that required to read the image itself. This is related to another issue [2]. It is debatable whether any such essential metadata should