($width, $height) = $im->getBounds(); #### $centerX = $width / 2; $centerY = $height / 2; #### $black = $im->colorAllocate(0,0,0); $font_file = gdGiantFont; $text = "test"; $im->string($font_file, 400, 240, $text, $black);
## $centerX = $width / 2; $centerY = $height / 2; ##
## $black = $im->colorAllocate(0,0,0); $font_file = gdGiantFont; $text = "test"; $im->string($font_file, 400, 240, $text, $black);