diff --git a/functions/image.xml b/functions/image.xml index 5b55d46f99..5f2818a6ce 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -857,6 +857,26 @@ function LoadWBMP ($imgname) { + + + ImageCreateFromString + Create a new image from the image stream in the string + + + Description + + + int imagecreatefromstring + string image + + + + ImageCreateFromString returns an image identifier + representing the image obtained from the given string. + + + + ImageDashedLine