Image watermarking with image overlay support |
Currently there is no support for image watermarking with image overlay in image manipulation class. Text overlay is not enough to cover most of the image watermarking needs.
CI has not special methods for working with watermark "on the box". But i created self library which works with images and also can create watermarks. For example this is bit of code of a library method for creating watermarks. You can use this code on your project.
PHP Code: public function watermarkImage( string $file, array $config = []) |
Welcome Guest, Not a member yet? Register Sign In |