Пример #1
0
 /**
  * Writes the input GDlib image pointer to file
  *
  * @param	resource	The GDlib image resource pointer
  * @param	string		The filename to write to
  * @return	mixed		The output of either imageGif, imagePng or imageJpeg based on the filename to write
  * @see maskImageOntoImage(), scale(), output()
  */
 public function ImageWrite($destImg, $theImage)
 {
     return parent::ImageWrite($destImg, PATH_site . $theImage);
 }