mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-01-25 00:00:01 -05:00
Fix #334: Writing compressed multipage TIFF
This commit is contained in:
@@ -923,6 +923,7 @@ public final class TIFFImageWriter extends ImageWriterBase {
|
||||
}
|
||||
|
||||
if (sequenceLastIFDPos > 0) {
|
||||
imageOutput.seek(imageOutput.length());
|
||||
imageOutput.flushBefore(sequenceLastIFDPos);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user