Oliver Vogel
|
4847f2c5fc
|
Change return type of AbstractDecoder::handle()
|
2022-05-22 10:53:52 +02:00 |
|
Oliver Vogel
|
1cfbdf8d24
|
Add phpstan to dev-dependencies
|
2022-05-21 20:04:33 +02:00 |
|
Oliver Vogel
|
fe280df779
|
Update .gitattributes
|
2022-04-19 19:59:39 +02:00 |
|
Oliver Vogel
|
977dbd0734
|
Changed email address
|
2022-04-19 19:50:26 +02:00 |
|
Oliver Vogel
|
41363222f9
|
Fixed Imagemagick download URI for tests
|
2022-04-19 19:37:59 +02:00 |
|
Oliver Vogel
|
b2f54eb7ec
|
Merge branch 'update_workflow' of https://github.com/kudashevs/image into kudashevs-update_workflow
|
2022-04-19 19:24:12 +02:00 |
|
Oliver Vogel
|
e78d2d75f3
|
Changed scheme of website address
|
2022-04-19 19:20:13 +02:00 |
|
Sergey Kudashev
|
e9655672aa
|
Fix tests fix ModifierStackTest file name.
|
2022-03-26 18:43:26 +03:00 |
|
Sergey Kudashev
|
7a8a02e8c8
|
Update TestCase.php remove a redundant import.
|
2022-03-26 18:41:46 +03:00 |
|
Sergey Kudashev
|
976b9ae09a
|
Update run-tests.yml add check of the cache folder.
|
2022-03-26 18:12:48 +03:00 |
|
Sergey Kudashev
|
7cf7ef5e9a
|
Fix run-tests.yml fix a typo in the prepare environment section.
|
2022-03-26 12:36:15 +03:00 |
|
Sergey Kudashev
|
4e63fb9eef
|
Update run-tests.yml improve prepare environment section.
|
2022-03-26 12:36:14 +03:00 |
|
Sergey Kudashev
|
64183b8379
|
Update run-tests.yml update cache imagemagick section.
|
2022-03-26 12:36:14 +03:00 |
|
Sergey Kudashev
|
e2107fa351
|
Update run-tests.yml style file.
|
2022-03-26 12:36:14 +03:00 |
|
Sergey Kudashev
|
3fbce7577f
|
Fix run-tests.yml update the configure path absolute.
|
2022-03-26 12:36:14 +03:00 |
|
Sergey Kudashev
|
d2b1cfe00f
|
Update run-tests.yml add cache hit check.
|
2022-03-26 12:36:13 +03:00 |
|
Sergey Kudashev
|
81c9b6be7f
|
Update run-tests.yml change the configure path.
|
2022-03-26 12:36:12 +03:00 |
|
Sergey Kudashev
|
e988c46b6f
|
Update run-tests.yml update the fail fast key.
|
2022-03-26 12:36:12 +03:00 |
|
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 |
|