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

@@ -71,4 +71,9 @@ public class PNGWriter implements FrameConsumer<BitmapFrame> {
@Override
public void close() {
}
@Override
public boolean isParallelCapable() {
return true;
}
}