SproutCMS

This is the code documentation for the SproutCMS project

function imagecreatetransparent()

Returns an image with a transparent background. Used for rotating to
prevent unfilled backgrounds.

Usage

resource $GD->imagecreatetransparent ( integer $width , integer $height );

Arguments

  1. integer $width
    image width
  2. integer $height
    image height

Return value

  • resource