Encode OpenEXR and PNG frames in parallel

This commit is contained in:
Jonas Herzig
2022-06-26 13:32:58 +02:00
parent a3f4049322
commit 517591d72a
8 changed files with 87 additions and 20 deletions

View File

@@ -63,4 +63,9 @@ public class ScreenshotWriter implements FrameConsumer<BitmapFrame> {
public void close() throws IOException {
}
@Override
public boolean isParallelCapable() {
return false;
}
}