thanhansoft/fdola-watermark-imagick

php imagick watermark image and text

Installs: 46

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/thanhansoft/fdola-watermark-imagick

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

This package is auto-updated.

Last update: 2025-09-28 16:08:29 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');