Image element, shows an image. The png format is recommended.
creates an image element:
parameter:
text - description, can be empty. In html it will be the alt tag.
src - relative or absolute image path.
name - optional. Its highly recommended to use unique identifiers to avoid side effects.
example:
$myImage = $ippfp->createImage("my computer","pictures/mycomputer.png","myimage");