Help for this page

Select Code to Download


  1. or download this
    ($width, $height) = $im->getBounds();
    
  2. or download this
    $centerX = $width / 2;
    $centerY = $height / 2;
    
  3. or download this
    $black      = $im->colorAllocate(0,0,0); 
    $font_file  = gdGiantFont;
    $text       = "test";
    
    $im->string($font_file, 400, 240, $text, $black);