Oliver Vogel
8eb1394b99
Add methods to create new animated images
2023-10-03 10:20:01 +02:00
Oliver Vogel
635567e9c2
Add remove animation modifiers
2023-09-30 17:17:21 +02:00
Oliver Vogel
4374d15931
Add encoders for MS Windows Bitmap format (BMP)
2022-08-23 20:21:00 +02:00
Oliver Vogel
de1eb734b6
Add test for DrawPolygonModifiers
2022-08-12 17:50:08 +02:00
Oliver Vogel
fe05a1e35d
Add tests for DrawEllipseModifiers
2022-08-12 17:44:59 +02:00
Oliver Vogel
71e94564a1
Add tests for DrawLineModifier
2022-08-12 17:38:47 +02:00
Oliver Vogel
b5ae8a2723
Add tests for DrawRectangleModifier
2022-08-12 17:30:01 +02:00
Oliver Vogel
7be06787a3
Refactor draw modifiers
2022-08-12 17:27:59 +02:00
Oliver Vogel
abd8376257
Merge branch 'next' into feature/draw
2022-07-19 17:31:54 +02:00
Oliver Vogel
d1313a420b
Replace Size::class with Rectangle::class
2022-07-19 15:29:36 +00:00
Oliver Vogel
347942f14c
Implement HTML color name decoder
2022-07-09 16:15:46 +02:00
Oliver Vogel
6092ec113f
Implement DrawPixelModifier
2022-07-07 16:52:25 +02:00
Oliver Vogel
90ed724cb5
Refactor storage of Imagick core, remove method
...
Imagick core image was disassembled in the decoding process.
This made the whole object not very memory efficient. This
fixes the issue by keeping the original Imagick object in
the Intervention Image object.
Also the Image::getFrames() method was removed. Users should
use iteration to access frames.
2022-06-20 19:09:51 +02:00
Oliver Vogel
a8fa90cde9
Add BinaryImageDecoderTest for Imagick driver
2022-06-15 10:00:33 +02: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
58cb438a00
Fixed merge conflicts
2022-02-09 19:46:50 +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
Gwendolen Lynch
5dcd6e820f
Add @covers annotations to tests
2021-12-22 14:34:28 +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
228189b82e
Added progress from last month
...
Refined ResizeModifier tests
Added AbstracImageTest
AbstracImageTest
AbstracImageTest
Added AbstractColorTest
FitModifierTests
Changed preserve transparency logic in PadModifier
PSR fix
Imagick PadModifier
FillModifier
Added imagesavealpha when decoding new gd images
Added ImageFactory::newCore()
ImageFactory
Imagick PadModifier
FillModifier
Fixed Jpeg Quality paramter
Fixed Encoder Parameters
PHP 8 only
Added PixelateModifiers
Removed dev from gitignore
Added RgbStringColorDecoder for Imagick Driver
Fixed lost transparency on FillModifier
Changed default PadModifier backgroud to white
Size & Resizer Refactoring
Refactored ResizeModifiers
Refactored FitModifiers
Refactored PadModifier
Changed resize & scale signatures
Refactored ResizeModifiers
Refactored ImageManager
Added Constructor property promotion
Added ImageObjectDecoder
Fixed bugs
Added default value for Image::blur()
Added methods to image interface
Renamed Image::loops() to Image::getLoops()
Renamed Image::width() and Image::height() to getWidth(), getHeight()
Changed exception texts and type
RotateModifiers
Added DestroyModifiers
Added SharpenModifier
Added methods
Added InvertModifiers
Added Collection::query
Added default value to Collection::get
Added brightness modifiers
Added contrast modifiers
Added readme.md
2021-12-19 16:22:01 +01:00
Oliver Vogel
9b48b23523
Added missing tests
2021-12-02 17:45:01 +01:00
Oliver Vogel
66794138e2
TransparentColorDecoder
2021-11-28 09:15:43 +00:00
Oliver Vogel
fcee16c5e0
Fix
2021-11-27 19:19:52 +00:00
Oliver Vogel
175b5382e7
Disabled tests for now
2021-11-27 20:14:55 +01:00
Oliver Vogel
385e58ca7d
CropResizeModifier
2021-11-11 15:15:38 +00:00
Oliver Vogel
7c6c7be2ba
PlaceModifier
2021-11-05 17:13:27 +00:00
Oliver Vogel
1b856c81bc
Added tests
2021-11-05 16:42:48 +00:00
Oliver Vogel
0afda4b9e4
Modifier & tests
2021-11-05 15:48:16 +00:00
Oliver Vogel
8c2766bcba
Encoding
2021-10-30 16:29:05 +00:00
Oliver Vogel
da92a66926
Added tests
2021-10-29 20:12:55 +02:00
Oliver Vogel
2927abf1a2
Normalized delay
2021-10-21 16:27:27 +02:00
Oliver Vogel
95e72b877b
Version 3 prototype
2021-10-21 14:32:05 +02:00