Tags: Rundiz/image
Tags
v3.1.0 * Add `statusCode` property for use in translation. The status code will use class constants. * Add `$options` argument to `watermarkText()` method to allow fill options. * Add `$wmTextBottomPadding` property to set watermark text bottom padding to let characters that is long to the bottom can be displayed. Example p, g, ฤ, ฎ, etc. This also known as baseline. * Add `$wmTextBoundingBoxYPadding` property to set watermark text bounding box vertical padding. * Add supported for **WEBP**. There are known bugs that can't fix. ( a32fd0d , 48a7b10 ) * Update Imagick minimum requirement. * Update PNG compression in Imagick driver. * Fix transparent wetermark text background on the transparent GIF for GD. * Fix transparent watermark png on transparent gif for GD. * Push up minimum requirements to PHP 5.4+