javax.imageio.ImageReader loading the same image over and overagain
I have some code which uses the ImageReader class to read in a large number of TIF images. The imageReader object is final and created in the constructor. synchronized(imageReader) { LOG.debug(…