<web_Image> Tag
Description
Creates a custom image of text on a background on Windows-based
computers.
Syntax
<web_Image Action=#Action# Text=#Text# ImageFileBack=#Background# FontPath=#FontPath# Font=#Font# FontColor=#Fcolor# X=#xloc# Y=#yloc#>
Remarks
This tag works on windows based machines, but it requires the webp_ img. dll in the Webplus\ bin directory. All images used as background must be stored within the webroot directory. This tag also returns the actual binary code of the new image created. It should be called in conjunction with another script, such as <img src=" webplus. exe? script=/ images/ makeimage. wml">
Example
<web_Image Action="DrawText" Text="Welcome to my Site!" ImageFileBack="C:\Inetpub\wwwroot\headers\bg.gif" FontPath="C:\WebPlus\webpimage\fonts" Font="CMBoldface-V" FColor="00ffcc" X=50 Y=1>
|