red6 / pdfcompare

A simple Java library to compare two PDF files
Apache License 2.0
220 stars 66 forks source link

Is it possible not to show where actual pixels were? #97

Closed YashUoM closed 3 years ago

YashUoM commented 3 years ago

Since it is little messy when both actual and expected pixels are marked in the output, is there a way to mark only one set of pixels either actual or expected in the output?

finsterwalder commented 3 years ago

You can configure the color of expected and actual pixels. When you set one to white or black, they do not distract. See the readme how to configure this.

YashUoM commented 3 years ago

yes white will do the trick. thanks