Open GoogleCodeExporter opened 9 years ago
Hello, thank you for your bug report. When I wrote this part of the code, I had
in mind to be compatible with imagick 3, but I see you use an older version.
I'll have to take version 2 into account, but a lot has changed!
http://pecl.php.net/package-changelog.php?package=imagick
Maybe you can also update your extension, using the command "pecl upgrade
imagick"
Original comment by fabien.menager
on 16 Feb 2012 at 8:45
Ah, well the site I'm working with is on Rackspace Cloud Sites (managed
hosting) so, unfortunately, I don't have access to update the version of
imagick & nor can they update imagick for just one site.
Maybe have the condition check what version of imagick they're running in
addition to seeing whether or not it's loaded (removes the need for the manual
config setting from my suggested workaround).
Original comment by kzeni1
on 16 Feb 2012 at 6:09
[deleted comment]
Sorry to resurrect an old discussion, but today I ran into the issue described
above. I was running my PHP project which utilizes your DOMPDF on a Windows
Server 2008 machine; worked perfectly. Recently migrated the project to a Cent
OS machine, and now my PNG images print black and white - most of the time.
Yes, it's intermittent when it appears to be rendered correctly, but thats
about 10% of the time. Mind you, that I do have the latest version of
ImageMagick installed.
I've temporarily saved the image as a JPEG to eliminate the issue at hand, but
it's preferred to use transparent PNG images.
ImageMagick Version: 6.8.5-7
OS Version: CentOS 6.4 (2.6.32-358.6.2.el6.x86_64)
PHP Version: 5.5.0 RC1
Original comment by ccarve...@gmail.com
on 23 May 2013 at 4:31
@ccarver we've moved issue tracking over to github. You can catch up on this
issue there: https://github.com/dompdf/dompdf/issues
Original comment by eclecticgeek
on 24 May 2013 at 2:56
Original comment by eclecticgeek
on 24 May 2013 at 3:00
Original issue reported on code.google.com by
kzeni1
on 15 Feb 2012 at 3:46