Page 1 of 1

Repeating an image in an imagestring

Posted: Tue Oct 24, 2006 4:39 pm
by jeeep
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:

Code: Select all

$highlight = "images/highlight.png";  
  imagestring($im, $font, 111, $y , $highlight[$i]  , $red);
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

Posted: Tue Oct 24, 2006 5:26 pm
by feyd