PDF rendering issue
PDF rendering issue
Hello, the back ground of this PDF file http://www.aramark.de/berlinertorhambur ... enplan.pdfis wrongly rendered with ImageMagick version 6.7.1.0. Is this an issue only at my machine ?
Re: PDF rendering issue
Is the background transparent? If so you remove the background transparency by flattening it against a white background image. Or with ImageMagick 6.7.5-0 you can use -alpha flatten. Note -alpha flatten is transient. In the next point release it will be -alpha remove.