new Dimension(200, 200), "file://" + getFile(BASE_DIR + "NorthArrow_10.png").toString(),
this.bgColor, 45.0, getTaskDirectory(), this.requestFactoryWrapper);
// FileUtils.copyFile(new File(file), new File("/tmp/north-arrow.tiff"));
// ImageSimilarity.writeUncompressedImage(ImageIO.read(new File(file)), "/tmp/expected-north-arrow_10-png-nosquare-45-down.tiff");
new ImageSimilarity(new File(file), 2).assertSimilarity(getFile(BASE_DIR + "expected-north-arrow_10-png-nosquare-45-down.tiff"), 0);
}