mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
TMI-TIFF: Simplified progress update.
This commit is contained in:
@@ -820,7 +820,7 @@ public class TIFFImageReader extends ImageReaderBase {
|
||||
stream.close();
|
||||
}
|
||||
|
||||
processImageProgress(100f * row / (float) height);
|
||||
processImageProgress(100f);
|
||||
|
||||
if (abortRequested()) {
|
||||
processReadAborted();
|
||||
|
Reference in New Issue
Block a user