mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-05 04:25:29 -04:00
Merge pull request #369 from Schmidor/tm334
Fix #334: Writing compressed multipage TIFF
This commit is contained in:
commit
9cf30790de
@ -923,6 +923,7 @@ public final class TIFFImageWriter extends ImageWriterBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (sequenceLastIFDPos > 0) {
|
if (sequenceLastIFDPos > 0) {
|
||||||
|
imageOutput.seek(imageOutput.length());
|
||||||
imageOutput.flushBefore(sequenceLastIFDPos);
|
imageOutput.flushBefore(sequenceLastIFDPos);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user