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