Added #1913 Option to disable bitmap smoothing for display

This commit is contained in:
Jindra Petřík
2023-01-13 19:16:26 +01:00
parent e9568e413b
commit 6b07e1c868
26 changed files with 57 additions and 39 deletions

View File

@@ -3103,7 +3103,7 @@ public class CommandLineArgumentParser {
renderContext.stateUnderCursor = new ArrayList<>();
try {
tim.toImage(fframe, fframe, renderContext, image, image, false, m, new Matrix(), m, null, zoom, true, new ExportRectangle(rect), m, true, Timeline.DRAW_MODE_ALL, 0);
tim.toImage(fframe, fframe, renderContext, image, image, false, m, new Matrix(), m, null, zoom, true, new ExportRectangle(rect), m, true, Timeline.DRAW_MODE_ALL, 0, true);
} catch (Exception ex) {
ex.printStackTrace();
}