void mark( string file [, string position [, int opacity ]] )
Marks the image.
file | File path to an image. |
---|---|
position |
Refer to Marking [ If false, position is set as top left. ] |
opacity |
0-100 ranges from transparent to opaque. [ If false, 100 opacity is used. ] |
$vif->mark($file, $position, $opacity);
ImageTools - Version 1.5 © 2006-2007 Veqa. All rights reserved.