1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-29 09:47:36 +01:00

1021 Commits

Author SHA1 Message Date
Sergey Kudashev
80dcb4cbd1 Update run-tests.yml style file. 2022-03-26 12:36:12 +03:00
Sergey Kudashev
d959e37d89 Update run-tests.yml rename imagemagick cache name. 2022-03-26 12:36:08 +03:00
Sergey Kudashev
decdbd0bfa Update run-tests.yml some experiments. 2022-03-26 02:53:52 +03:00
Sergey Kudashev
161a322949 Fix SizeInterface.php add the resize method to fit ResizeModifier usage. 2022-03-24 01:59:46 +03:00
Sergey Kudashev
ad0ad16042 Update GD\FitModifier.php add transparency restore to pass the tests. 2022-03-24 01:54:13 +03:00
Sergey Kudashev
adffed3881 Update GD\ResizeModifier.php add transparency restore to pass the tests. 2022-03-24 01:53:37 +03:00
Sergey Kudashev
b626022fa7 Update GD\Color.php update transparency extraction. 2022-03-23 16:11:38 +03:00
Sergey Kudashev
ca2a3c7d9f Style FitModifier.php fix a typo in the comment. 2022-03-23 15:52:39 +03:00
Sergey Kudashev
e69b01dfe8 Update .gitignore add .phpunit.result pattern. 2022-03-23 10:45:41 +03:00
Sergey Kudashev
428d98241d Update .gitignore add phpunit.xml pattern. 2022-03-23 10:45:10 +03:00
Sergey Kudashev
30980a24c8 Update .gitignore add build folder pattern. 2022-03-23 10:44:02 +03:00
Sergey Kudashev
9bf8840318 Add phpunit.xml.dist file. 2022-03-23 10:43:15 +03:00
Sergey Kudashev
2dc7f019c2 Update Update run-tests.yml update the fail fast key. 2022-03-23 09:52:05 +03:00
Sergey Kudashev
66af2ff050 Update run-tests.yml add cache composer dependencies. 2022-03-23 02:25:05 +03:00
Sergey Kudashev
8a4f8e40c5 Update CanCreateGdTestImage.php fix the create with decoder method name. 2022-03-23 02:23:44 +03:00
Sergey Kudashev
0846dd592d Update CanCreateImagickTestImage.php fix the create with decoder method name. 2022-03-23 02:22:53 +03:00
Sergey Kudashev
b19697b67c Update run-tests.yml update the execute block. 2022-03-23 02:10:57 +03:00
Sergey Kudashev
dce69bad28 Update run-tests.yml update the install dependencies block. 2022-03-23 02:07:20 +03:00
Sergey Kudashev
896a57a891 Update run-tests.yml update the setup block. 2022-03-23 02:06:50 +03:00
Sergey Kudashev
d1caaadfa5 Update run-tests.yml update the checkout block. 2022-03-23 02:06:02 +03:00
Sergey Kudashev
2395773bb6 Update run-tests.yml update the name key. 2022-03-23 02:03:40 +03:00
Sergey Kudashev
488f823987 Update run-tests.yml update matrix with php and stability keys. 2022-03-23 02:03:13 +03:00
Sergey Kudashev
47d0ada7d4 Update run-tests.yml add the fail fast key. 2022-03-23 02:02:49 +03:00
Sergey Kudashev
d52630338b Update run-tests.yml add run on pull requests. 2022-03-23 02:01:51 +03:00
Sergey Kudashev
70a9a556a5 Update run-tests.yml update the name. 2022-03-23 02:00:58 +03:00
Oliver Vogel
9828c9310c Removed unused code 2022-02-19 09:03:08 +01:00
Oliver Vogel
03431a2155 Fixed bug in ModifierStack, Added tests for apply method 2022-02-11 19:54:13 +01:00
Oliver Vogel
9d2318d828 Added ModifierStack class 2022-02-11 19:33:29 +01:00
Oliver Vogel
a1a07ac1e7 Added gamma modifier 2022-02-11 19:17:15 +01:00
Oliver Vogel
51e4fdb7e6 Added modifiers to mirror images horizontally & vertically 2022-02-10 16:08:47 +00:00
Oliver Vogel
a7a27826e4 Merge branch 'GwendolenLynch-expand-test-coverage' into next 2022-02-09 19:47:21 +01:00
Oliver Vogel
58cb438a00 Fixed merge conflicts 2022-02-09 19:46:50 +01:00
Oliver Vogel
0d3bac3fe9 Merge branch 'next' of github.com:Intervention/image into next 2022-02-09 19:37:55 +01:00
Oliver Vogel
48b371d837
Merge pull request #1130 from GwendolenLynch/driver-webp-support
[Next] Webp encoders for GD & ImageMagick
2022-02-09 19:34:46 +01:00
Oliver Vogel
b764cfc93d
Merge pull request #1129 from GwendolenLynch/test-dependencies
[Next][Test] GD & ImageMagick tests require extension to run
2022-02-09 19:33:10 +01:00
Oliver Vogel
7a8b8d7e7b
Merge pull request #1138 from dlxmedia/next
Fixed deprecation warnings with PHP 8.1
2022-02-09 19:30:05 +01:00
Thomas Picquet
66bb8a4b0f Fixed implicit converstion from float to int 2022-01-31 11:20:59 -08:00
Thomas Picquet
4fc4e31717 PHP 8.1 deprecation fix 2022-01-31 11:20:45 -08:00
Oliver Vogel
5a4e677b82 Added EncodedImage::toString() 2022-01-16 18:13:56 +01:00
Oliver Vogel
87267764b9 Added minimum-stability 3.0.0-alpha.3 2022-01-02 10:25:40 +01:00
Oliver Vogel
d47e83fc0e Version contraint for intervention/gif 3.0.0-alpha.2 2022-01-02 10:21:10 +01:00
Gwendolen Lynch
f031c026ef
Add & update abstract class tests 2021-12-23 07:04:00 +01:00
Gwendolen Lynch
5dcd6e820f
Add @covers annotations to tests 2021-12-22 14:34:28 +01:00
Gwendolen Lynch
66d744f5fb
Add toWebp() method to ImageInterface & AbstractImage 2021-12-22 12:41:59 +01:00
Gwendolen Lynch
270ec4bc5b
Enable PHPUnit code coverage 2021-12-22 12:14:27 +01:00
Gwendolen Lynch
4952544a52
ImageMagick PNG encoder test 2021-12-22 12:13:48 +01:00
Gwendolen Lynch
8ba4b91f56
Webp encoders for GD & ImageMagick 2021-12-22 12:13:21 +01:00
Gwendolen Lynch
43108ce1ce
GD & ImageMagick tests require extension to run 2021-12-22 11:28:44 +01:00
Oliver Vogel
89ca4cc7b4 Revert "Replaced test image"
This reverts commit f173895ac23fc04ebc783cbf391543c0a22aa75a.
3.0.0-alpha.1
2021-12-20 19:47:55 +01:00
Oliver Vogel
f173895ac2 Replaced test image 2021-12-20 19:45:51 +01:00