One version of my script which works perfectly well on a debian server with 3.2.0RC1 raises "unrecognized color string" exception on a ubuntu server with v.3.4.2.
Following line
Code: Select all
$shadowimage->colorizeImage('none', 0.83);
Code: Select all
$shadowimage->colorizeImage('rgba(0, 0, 0, 0)', 'rgba(0, 0, 0, .33)');
Apart from this the opacity values seem to be interpreted differently! The lines above produce nearly the same output.
Weird!
Any help is appreciated.