PHP » GoLang |
login |
register |
about
|
GoLang imagecreatetruecolor
request it (487)
GoLang replacement for PHP's imagecreatetruecolor
[edit | history]
imagecreatetruecolor(PHP 4 >= 4.0.6, PHP 5, PHP 7) imagecreatetruecolor — Create a new true color image Description
resource imagecreatetruecolor
( int
$width
, int $height
)imagecreatetruecolor() returns an image identifier representing a black image of the specified size. Parameters
Return ValuesReturns an image resource identifier on success, Examples
Example #1 Creating a new GD image stream and outputting an image.
<?php The above example will output something similar to: |
more
Recently updated
more
Most requested
more
Last requests
|