VERSION
VERSION
Creates a thumbnail from a source image, put a watermark/logo on it and caches it for a given time
Tested with Apache 2.2 and PHP 5.2. Last change: 2008-04-06
addLogo(string $logo = '', integer $position = 3, integer $margin = 1) : void
sets the position of the logo /watermark
| string | $logo | path/filename of the logo |
| integer | $position | 1 = left-top, 2 = right-top, 3 = right-bottom, 4 = left-bottom, 5 = center |
| integer | $margin | margin to the border of the thumbnail |