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
    @bounds = &new(GD::Image->stringFT(...));
    
  3. or download this
    my $gd  = new GD::Image;
    @bounds = $gd->stringFT(...);