Results for imagecreate, imagecr... translation from Chinese (Simplified) to Finnish

Chinese (Simplified)

Translate

imagecreate, imagecreate

Translate

Finnish

Translate
Translate

Instantly translate texts, documents and voice with Lara

Translate now

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Chinese (Simplified)

Finnish

Info

Chinese (Simplified)

imagecreate() returns an image identifier representing a blank image of size x_size by y_size.

Finnish

esimerkki 1.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Chinese (Simplified)

function loadgif ($imgname) {$im = @imagecreatefromgif ($imgname); /* attempt to open */ if (!$im) {/* see if it failed */ $im = imagecreate (150, 30); /* create a blank image */ $bgc = imagecolorallocate ($im, 255, 255, 255); $tc = imagecolorallocate ($im, 0, 0, 0); imagefilledrectangle ($im, 0, 0, 150, 30, $bgc); /* output an errmsg */ imagestring ($im, 1, 5, 5, "error loading $imgname", $tc);} return $im;}

Finnish

huomaa:

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Some human translations with low relevance have been hidden.
Show low-relevance results.

Get a better translation with
8,751,827,650 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK