mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 20:15:28 -04:00
Fix #334: Writing compressed multipage TIFF
This commit is contained in:
parent
86fa76c17d
commit
22e7b21510
@ -923,6 +923,7 @@ public final class TIFFImageWriter extends ImageWriterBase {
|
||||
}
|
||||
|
||||
if (sequenceLastIFDPos > 0) {
|
||||
imageOutput.seek(imageOutput.length());
|
||||
imageOutput.flushBefore(sequenceLastIFDPos);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user