EPS images converted to PNG are distorted

Hello,

After the last update, some EPS images are distorted after conversion to PNG:

images.zip (3.4 MB)

The code I’m using:

PsDocument document = new PsDocument("input.eps");
ImageSaveOptions options = new ImageSaveOptions();
options.setResolution(300);
options.setImageFormat(ImageFormat.PNG);
byte[] image = document.saveAsImage(options)[0];

File outputFile = new File("output.png");
try (FileOutputStream outputStream = new FileOutputStream(outputFile)) {
    outputStream.write(image);
}

@ANDREA.FARRIS

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PAGEJAVA-283

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.