Repeating an image in an imagestring
Posted: Tue Oct 24, 2006 4:39 pm
Odd question, I have an imagecreatefrompng that with imagestring list a group of players. I want to have it where an image appears behind each player in the imagestring. I've tried using this:
but obviously this doesnt work. Is there a way inwhich I can display an image with set x and y axis' like so above? Thanks
Code: Select all
$highlight = "images/highlight.png";
imagestring($im, $font, 111, $y , $highlight[$i] , $red);