bymayo / craft-pdf-transform

Transform a PDF page to an image (JPEG, PNG)
MIT License
12 stars 8 forks source link

Colours of generated asset are inverted #24

Open zenbug opened 1 year ago

zenbug commented 1 year ago

When PDF Transform generates an image of a PDF, in some cases, the colours are inverted. This only happens on production, not locally. See attachments. The white one is what it should look like, the black one is the image generated by PDF Transform. I have it set to use JPG format.

I assume this has something to do with Imagick? Is there any way around it?

Thanks! 1 2