cache parameter removed, only the folder preview images were cached, cache them in that class

This commit is contained in:
honfika@gmail.com
2016-02-10 08:59:33 +01:00
parent 348767c8e8
commit f48f81ecef
4 changed files with 15 additions and 19 deletions

View File

@@ -1930,7 +1930,7 @@ public class CommandLineArgumentParser {
//displayRect.Ymax *= zoom;
Matrix m = new Matrix();
//m.scale(zoom);
BufferedImage img = SWF.frameToImageGet(ds.getTimeline(), 0, 0, null, 0, displayRect, m, m, null, Color.white, false, zoom).getBufferedImage();
BufferedImage img = SWF.frameToImageGet(ds.getTimeline(), 0, 0, null, 0, displayRect, m, m, null, Color.white, zoom).getBufferedImage();
PageFormat pf = new PageFormat();
pf.setOrientation(PageFormat.PORTRAIT);
Paper p = new Paper();