$drawGetImageWidth

Function $drawGetImageWidth give back the width of the image.
Syntax
    $drawGetImageWidth{}
DocumentationFunction $drawGetImageWidth give back the width of the image you´ve created with $createImage

    Parameter:
      none
    Result:
      Width of the image
    Note:
      using the Image/Draw functions, the content-type of the template needs to be 'image/gif'
Examples
Create an image with a size of (200, 200) as a black rectangle and give back the width of the image:

    $createImage{200}{200}
    $setDrawColor{black}
    $fillRectangle{0}{0}{199}{199}
    $drawGetImageWidth{}
GroupGraphic
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters 0