Releases: Rundiz/image
Releases · Rundiz/image
v3.1.5
v3.1.4
New
- Animated WEBP is now supported on open and save.
Update
- Update WebP class.
- Improve source code on GD driver.
- Improve source code on Imagick driver.
- Update Gif info class.
Fix
- Fix Imagick and animated GIF get wrong dimension. (a461780)
- Fix save animated image as JPG but some part still black.
v3.1.3
v3.1.2
v3.1.1
v3.1.0
New
- Add
statusCode
property for use in translation. The status code will use class constants. - Add
$options
argument towatermarkText()
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.
BC break
- Push up minimum requirements to PHP 5.4+
v3.0.3
v3.0.1
v3.0
Moved from okvee\vimage.
Write the whole new classes from the begining.
Add support for PHP Imagick extension. (Which is also support manipulate animated gif file.)
Work faster and use little system resource.
Support http test (via web browser) and phpunit test (via command line).