Glaanieboy
OSNN Veteran Addict
- Joined
- 6 Mar 2002
- Messages
- 2,628
:huh: whaddja mean?X-Istence said:There is one i believe. Dont ask me where.
:huh: whaddja mean?X-Istence said:There is one i believe. Dont ask me where.
I like the way [e]-punk has his embedded in his image.o_87 said:Ahh yes. Thank you Glaanieboy, it working now. I've just got to think of a way to use it in my sig now 🙂
http://glaanieboy.dyndns.org/songviewer/songviewer.php?user=<your own username>
http://glaanieboy.dyndns.org/songviewer/update.php?user=<your username>&pass=<your password>&song=<the dynamic song tag>
Erbmaster said:I like the way [e]-punk has his embedded in his image.
Maybe he'll chip-in and tell us how he did it? 😛
header("Content-type: image/jpeg");
$font = 2;
$horizontal_displacement = 5;
$vertical_displacement = 3;
$im = ImageCreateFromJPEG("/path/to/image.jpg");
$black = ImageColorAllocate($im, 0,0,0);
ImageString($im,$font,$horizontal_displacement,$vertical_displacement,"String",$black);
ImageJpeg($im);