thanhansoft/fdola-watermark-imagick

php imagick watermark image and text

v1.6 2020-03-28 03:24 UTC

This package is auto-updated.

Last update: 2024-09-28 13:40:51 UTC


README

php watermark imagick image and text, Watermark with text Suport textare multiline, image less than 200, 400 image watermark auto resize small

Installation

composer require thanhansoft/fdola-watermark-imagick

How to use?

use Fdola\WatermarkImagick;

$model = new WatermarkImagick();
//$model->image(__DIR__.'/test.jpg', __DIR__.'/result.jpg', __DIR__.'/logo.png', 'center', 10, false, 1);
$model->text(__DIR__.'/test.jpg', __DIR__.'/result.jpg', 'Thanhansoft.com', 'bottom-right');