The ScalablePyramidBuilder is producing transparent blank images at all levels of the pyramid for certain images. We are using the following code;
final ScalablePyramidBuilder pyramidBuilder =
new ScalablePyramidBuilder(254, 1, modelImage.getImageFormat(), "dzi");
final File tiledImageDirectory = com.google.common.io.Files.createTempDir();
final FilesArchiver archiver = new DirectoryArchiver(tiledImageDirectory);
final PartialImageReader pir = new BufferedImageReader(image);
pyramidBuilder.buildPyramid(pir, "pyramid", archiver, 1);
I have attached an image that reproduces this bug below.
