I perused it before and did not notice any problems. Provided all the tests still pass I am OK with it.
Brian On Sep 8, 2016, at 1:46 PM, Philip Race <philip.r...@oracle.com> wrote: > I wondered what happened to that comment. > I am OK with this so long as Brian is OK with the TIFF changes. > > On 8/31/16, 11:55 PM, Jayathirth D V wrote: >> >> >> @Brian : In case of TIFFImageReader, clearAbortRequest() was not called >> before every read operation, I have added the same. Also I have removed >> processImageProgress(0.0f) call which I feel is not needed as we have >> processImageStarted() which will take care of it(Also to maintain callbacks >> at same intervals as they are in other readers).