marcdacz / compare-pdf

Standalone node module that compares pdfs
MIT License
62 stars 21 forks source link

graphicsMagick image engine fails on win32 platform #23

Closed humphreyn closed 2 years ago

humphreyn commented 2 years ago

Hi @thomaschaaf & @marcdacz

I noticed that when you use grahicsMagick as the image engine it fails when applying masks and crops. You also need to install the 32bit version of GhostScript. I have created a PR #22 which fixes these issues.

Could you review the PR