Help for this page

Select Code to Download


  1. or download this
    my @bounds = new GD::Image->stringFT($colour, "Image/outline.ttf", 90,
    + 0.18, 0, 0, $watermark_text);
    
  2. or download this
    use my @bounds = GD::Image->new->stringFT($colour, "Image/outline.ttf"
    +, 90, 0.18, 0, 0, $watermark_text);