claviska / SimpleImage

A PHP class that makes working with images and GD as simple as possible.
MIT License
1.38k stars 382 forks source link

Set fixed size for overlay image #328

Closed plugjoff closed 1 year ago

plugjoff commented 1 year ago

I use this plugin to add a watermark to images with a lot of different sizes. The watermark gets a different size for each image... How can I ensure that the watermark is always the same size? Independent of the size of the source file?