tree.show(String.format("./gallery-%s/trees/%03d.txt", name, i));
} catch(IOException e) {
fail(e.toString());
}
ImageParameters ip = new ImageParameters(width, height);
tree.setGenerationParameters(ip);
byte[] actual = tree.generateCurrentFrame();
TestOperationIntegration.compare(actual, width, height, String.format("./test/reference-%s/%03d.png", name, i), null);
OutputParameters op = new OutputParameters(String.format("./gallery-%s/%03d.png", name, i), width, height);