Oliver Vogel
|
a348c45cd9
|
Merge branch 'next' into next-method-renaming
|
2023-10-26 16:16:04 +02:00 |
|
Oliver Vogel
|
f99170a9bd
|
Adjust behaviour of ImageInterface::pickColor
|
2023-10-26 16:13:42 +02:00 |
|
Oliver Vogel
|
43d37541db
|
Rename method
Image::getFrame() to Image::frame()
|
2023-10-26 15:53:26 +02:00 |
|
Oliver Vogel
|
5e5d2dfe33
|
Merge branch 'next' into next-method-renaming
|
2023-10-26 15:53:14 +02:00 |
|
Oliver Vogel
|
e81a9969e3
|
Change behaviour of Image::getFrame()
Method now throws exception if the given frame could not be found.
|
2023-10-26 15:46:45 +02:00 |
|
Oliver Vogel
|
2d565be6cb
|
Refine color profiles
- Add tests for profile methods
- Add ProfileInterface
- Add profile methods to ImageInterface
|
2023-10-26 15:37:24 +02:00 |
|
Oliver Vogel
|
b3f2815eab
|
Suppress warning when stream is not seekable
|
2023-10-25 16:18:02 +02:00 |
|
Oliver Vogel
|
8b2ccc1cd9
|
Add alias for Image::toJpeg()
|
2023-10-24 20:19:20 +02:00 |
|
Oliver Vogel
|
826fd22f4f
|
Rename methods
SizeInterface::getWidth to SizeInterface::width
SizeInterface::getHeight to SizeInterface::height
|
2023-10-24 20:07:30 +02:00 |
|
Oliver Vogel
|
9150e4bfa3
|
Rename method
Image::getSize to Image::size
|
2023-10-24 19:52:21 +02:00 |
|
Oliver Vogel
|
c5a73894a3
|
Rename methods
Image::getWidth to Image::width
Image::getHeight to Image::height
|
2023-10-24 19:50:26 +02:00 |
|
Oliver Vogel
|
6bdea8cc9e
|
Remove unused trait
|
2023-10-24 19:29:31 +02:00 |
|
Oliver Vogel
|
4cbb0de586
|
Remove debug code
|
2023-10-24 17:24:33 +02:00 |
|
Oliver Vogel
|
49a2e8a81a
|
Add functionality to add, remove and get color Profile data
|
2023-10-24 17:02:21 +02:00 |
|
Oliver Vogel
|
90a650eb94
|
Fix offset coordinates for CropModifier
|
2023-10-23 16:08:45 +02:00 |
|
Oliver Vogel
|
6d744bf302
|
Add CropModifier
3.0.0-beta.8
|
2023-10-23 15:55:10 +02:00 |
|
Oliver Vogel
|
01854edc07
|
Add docblocks
|
2023-10-22 19:30:04 +02:00 |
|
Oliver Vogel
|
2754da5e6f
|
Fix bugs
3.0.0-beta.7
|
2023-10-22 16:00:33 +02:00 |
|
Oliver Vogel
|
27f8778187
|
Add docblock
|
2023-10-22 15:23:55 +02:00 |
|
Oliver Vogel
|
eb30ab9ac2
|
Add method ColorInterface::colorspace()
|
2023-10-22 15:19:43 +02:00 |
|
Oliver Vogel
|
6cff224934
|
Rename methods
|
2023-10-22 15:13:09 +02:00 |
|
Oliver Vogel
|
9ba015742d
|
Fix bugs
|
2023-10-22 15:11:18 +02:00 |
|
Oliver Vogel
|
08619025e6
|
Add prefix parameter
|
2023-10-22 13:03:52 +02:00 |
|
Oliver Vogel
|
03a8ede2c6
|
Add tests for CMYK colorspace detection
|
2023-10-22 12:36:36 +02:00 |
|
Oliver Vogel
|
24c8071200
|
Add colorspace transformation
|
2023-10-22 12:29:08 +02:00 |
|
Oliver Vogel
|
f16b56103a
|
Revert "Remove Cmyk Colors for now"
This reverts commit f24a337058 .
|
2023-10-22 09:12:32 +02:00 |
|
Oliver Vogel
|
2acb4c547f
|
Change method signature
|
2023-10-21 17:56:23 +02:00 |
|
Oliver Vogel
|
019c333b22
|
Refactor & add docblocks
|
2023-10-21 17:47:35 +02:00 |
|
Oliver Vogel
|
fb161a9ad3
|
Add missing offset calculations
|
2023-10-21 17:40:03 +02:00 |
|
Oliver Vogel
|
00d53e24df
|
Save all images in SRGB color space with Imagick driver
|
2023-10-21 15:56:18 +02:00 |
|
Oliver Vogel
|
f73d1a2591
|
Add doc blocks
|
2023-10-21 15:47:08 +02:00 |
|
Oliver Vogel
|
3401fefa4f
|
Add static color factory method
3.0.0-beta.6
|
2023-10-21 15:15:56 +02:00 |
|
Oliver Vogel
|
a1f75482e1
|
Add type hints
|
2023-10-21 14:49:22 +02:00 |
|
Oliver Vogel
|
19efa81afa
|
Fix Github workflow
|
2023-10-21 12:03:51 +02:00 |
|
Oliver Vogel
|
eae10d0e72
|
Update Github workflow
|
2023-10-21 12:00:49 +02:00 |
|
Oliver Vogel
|
625063ca97
|
Edit readme
3.0.0-beta.5
|
2023-10-21 11:43:09 +02:00 |
|
Oliver Vogel
|
fc94da2410
|
Refactor code
|
2023-10-21 11:41:03 +02:00 |
|
Oliver Vogel
|
4b7234e0cf
|
Set default driver configuration
|
2023-10-21 11:26:52 +02:00 |
|
Oliver Vogel
|
f0e7abb56b
|
Image ImageManager instantiation signature
|
2023-10-21 11:13:08 +02:00 |
|
Oliver Vogel
|
0bc8b7ce9b
|
Remove comment
|
2023-10-21 10:31:36 +02:00 |
|
Oliver Vogel
|
09aa08904c
|
Add keyword to composer.json
|
2023-10-21 10:24:14 +02:00 |
|
Oliver Vogel
|
a3494a80ce
|
Remove laravel keyword
|
2023-10-21 10:23:32 +02:00 |
|
Oliver Vogel
|
c236947be6
|
Update mockery version number
|
2023-10-21 10:22:42 +02:00 |
|
Oliver Vogel
|
6f1e27b06f
|
Check test result only on color values
|
2023-10-21 10:20:32 +02:00 |
|
Oliver Vogel
|
0e285f7a36
|
Fix bug
|
2023-10-21 10:10:38 +02:00 |
|
Oliver Vogel
|
f7fd1f3c5d
|
Change return types
|
2023-10-21 10:04:29 +02:00 |
|
Oliver Vogel
|
a62c22ff53
|
Change return types
|
2023-10-21 10:01:09 +02:00 |
|
Oliver Vogel
|
e8dec6126b
|
Remove unused class
|
2023-10-21 10:00:13 +02:00 |
|
Oliver Vogel
|
774e1b80a3
|
Fix bugs
|
2023-10-21 09:44:53 +02:00 |
|
Oliver Vogel
|
b5cbff3a89
|
Remove remaining toRgb() calls
|
2023-10-21 09:25:36 +02:00 |
|