Skip to content

ScalablePyramidBuilder creates blank image tile in top level #11

@rudikershaw

Description

@rudikershaw

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.

AMV8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions