When I use filters on an image tag in CSS, for example:
And try to generate jpegs:
I get:
Export as PDF is working fine.
filter: contrast(110%);
And try to generate jpegs:
prince --raster-output=export/page_%d.jpeg --raster-dpi=96 index.html
I get:
*** Mercury runtime: caught segmentation violation ***
cause: address not mapped to object
address involved: 0x10
This may have been caused by a stack overflow, due to unbounded recursion.
exiting from signal handler
Segmentation fault: 11
Export as PDF is working fine.