Skip to content

Instantly share code, notes, and snippets.

View MahinAbbasianpoor's full-sized avatar

Mahin Abbasianpoor - مهین عباسیان پور MahinAbbasianpoor

View GitHub Profile
@MahinAbbasianpoor
MahinAbbasianpoor / repeat_watermark_imagick.php
Last active May 25, 2020 22:04
repeat watermark image with imagick in php
// load images
$image = new Imagick("main_image.jpg");
$watermark = new Imagick("stamp.png");
// main image dimension
$geo=$image->getImageGeometry();
$x=$geo['width'];
$y=$geo['height'];
// stamp image dimension