-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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+
- Loading branch information
Showing
24 changed files
with
436 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
.phpunit.result.cache | ||
.phpunit.result.cache | ||
.phpdoc | ||
.wiki |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.