Skip to content

Releases: Rundiz/image

v3.1.5

09 Apr 13:44
@ve3 ve3
97edf52
Compare
Choose a tag to compare

v3.1.4

04 Apr 08:50
@ve3 ve3
428b66f
Compare
Choose a tag to compare

New

  • Animated WEBP is now supported on open and save.

Update

Fix

v3.1.3

15 Mar 19:11
@ve3 ve3
af20226
Compare
Choose a tag to compare

v3.1.2

12 Mar 09:16
@ve3 ve3
409f893
Compare
Choose a tag to compare

v3.1.1

08 Dec 08:06
@ve3 ve3
6a453f9
Compare
Choose a tag to compare
  • Fix error on PHP 8.1 to check string only for source image path.

v3.1.0

29 Jul 08:54
@ve3 ve3
d3276cd
Compare
Choose a tag to compare

New

  • 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.

BC break

  • Push up minimum requirements to PHP 5.4+

v3.0.3

12 Jul 14:42
@ve3 ve3
12f0c5f
Compare
Choose a tag to compare
  • Fix crop fill incorrect bg color for transparent gif (animated). (ce84ced)
  • Fix transparent bg when cropping animated gif. (8953a83)
  • Fix crop fill incorrect bg color for transparent gif (non-animated). (12f0c5f)

v3.0.2

  • Support PHP 5.4 - 8.0

v3.0.1

16 Nov 05:26
@ve3 ve3
4db750a
Compare
Choose a tag to compare
  • Use PHP constant instead of manual type number.
  • (GD) Fix transparent gif to jpg after watermark text and transparent part becomes orange.

v3.0

22 Apr 07:24
@ve3 ve3
Compare
Choose a tag to compare

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).