Skip to content

Tags: Intervention/image

Tags

3.7.2

Toggle 3.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow animated WEBP's (#1375)

* Don't merge layers when image is animated
* Update src/Drivers/Imagick/Encoders/WebpEncoder.php

---------

Co-authored-by: Oliver Vogel <oliver@olivervogel.com>

3.7.1

Toggle 3.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Avoid unnecessary exif_read_data calls (#1371)

EXIF data extraction makes only sense for JPEG and TIFF format. This
patch checks the format and calls exif_read_data only for appropriate
formats.

Previously, the function was also called with formats that can not
contain EXIF data. This resulted in warnings.

3.7.0

Toggle 3.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
olivervogel Oliver Vogel
Fix typos

3.6.5

Toggle 3.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1361 from Intervention/hotfix/cover-modifier-size

Fix bug in cover modifiers

3.6.4

Toggle 3.6.4's commit message

Verified

This commit was signed with the committer’s verified signature.
olivervogel Oliver Vogel
Refactor line length calculation

3.6.3

Toggle 3.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update code for phpstan level 6 (#1342)

* Update phpstan checks to level 6
* Add more details doc blocks to meet phpstan level 6
* Fix bug in building decoder chain
* Fix type hints

3.6.2

Toggle 3.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add ImageManager interface (#1336)

3.6.1

Toggle 3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Filter out parameter that do not match target encoder (#1333)

Filter out parameters/options that are passed to a format-unspecific encoder like AutoEncoder::class or MediaTypeEncoder::class but are not available in the format specific target encoder.

3.6.0

Toggle 3.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
olivervogel Oliver Vogel
Adjust default parameter to main call in Image::class

3.5.1

Toggle 3.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
olivervogel Oliver Vogel
Add doc blocks