You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Update Imagick minimum requirement.
Update PNG compression in Imagick driver.
Fix
Fix transparent wetermark text background on the transparent GIF for GD.
Fix transparent watermark png on transparent gif for GD.