Merge pull request #369 from Schmidor/tm334

Fix #334: Writing compressed multipage TIFF
This commit is contained in:
Harald Kuhr 2017-08-21 21:38:21 +02:00 committed by GitHub
commit 9cf30790de

View File

@ -923,6 +923,7 @@ public final class TIFFImageWriter extends ImageWriterBase {
}
if (sequenceLastIFDPos > 0) {
imageOutput.seek(imageOutput.length());
imageOutput.flushBefore(sequenceLastIFDPos);
}