The problem is that I want to make a solid, not transparent white text. What I get is something different.
Example:
Code: Select all
$text->setFillColor(new ImagickPixel('#ffffff'));
Other example:
Code: Select all
$text->setFillColor(new ImagickPixel('#000000'));
What I want to achieve:

Full code can be found here: http://pastebin.com/Ra9tjVEJ
Any idea what's wrong with my code? Or maybe it's a bug in IM?
OS: Ubuntu 12.04.2 LTS
API: PHP 5.3.10
ImageMagick 6.6.9-7
