ImageTools

User Documentation: Functions: mark

void mark( string file [, string position [, int opacity ]] )

Description

Marks the image.

Parameters

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. ]

Usage

$vif->mark($file, $position, $opacity);

View Examples: Marking