jai-imageio / jai-imageio-core

JAI ImageIO Core (without javax.media.jai dependencies)
Other
234 stars 87 forks source link

Bug: TIFFImageReader --> getDestination() method signature does not match with base class method #59

Open abhilashMishra92 opened 5 years ago

abhilashMishra92 commented 5 years ago

Issue: Not able to read very high resolution tiff files, even trying with sub-sampling factor in read-param. The failure is occurring because getDestination() call always goes to base class, due to having raw type Iterator parameter in the TIFFImageReader class.