From professional translators, enterprises, web pages and freely available translation repositories.
see also imagecreate() and imagecolorallocate().
siehe auch imageline().
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
?> see also imagecreate(), getimagesize() and imagesx().
siehe auch imagecreate() und imagesx().
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
the image argument is the return from the imagecreate() function.
das argument im wurde ihnen vorher durch den aufruf der funktion imagecreate() mitgeteilt.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
$im = imagecreate (150, 30); /* create a blank image */
$im = imagecreate (150, 30);/* erzeugen eines leeren bildes */
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
diagram=>more diagram functions , edit=>insert graphic , tools=>more options , imagecreate
bearbeiten , bearbeiten=>bild einfügen , extras=>weitere optionen , imagecreate
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
imagecreate() returns an image identifier representing a blank image of size x_size by y_size.
imagecreate() gibt den zeiger auf ein neues bild zurück.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
imagedestroy() frees any memory associated with image image. image is the image identifier returned by the imagecreate() function.
im ist der bezeichner, der ihnen beim aufruf der funktion imagecreate() zurück gegeben worden ist.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
$d->img=@imagecreate(480, 320) or die("cannot create a new gd image.");
$d->img=@imagecreate(480, 320) or die("neues gd-bild kann nicht erzeugt werden.");
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
the im argument is the return from the imagecreate() function. red, green and blue are the values of the red, green and blue component of the requested color respectively.
der parameter im wird ihnen von der imagecreate() -funktion zurück gegeben.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
imagecolortransparent() sets the transparent color in the image image to color. image is the image identifier returned by imagecreate() and color is a color identifier returned by imagecolorallocate().
imagecolortransparent() setzt die transparente farbe des bildes im auf die farbe col.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
$im = imagecreate(100, 100); $col = imagecolorallocate($im, 80, 45, 190); imagefill($im, 10, 10, $col); $pim = pdf_open_memory_image($pdf, $im);
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting