mirror of
https://github.com/Intervention/image.git
synced 2025-08-20 04:31:24 +02:00
added code example
This commit is contained in:
@@ -69,5 +69,5 @@ $img->save('public/bar.jpg');
|
|||||||
// its also possible to chain methods
|
// its also possible to chain methods
|
||||||
$img1 = Image::make('public/img1.png');
|
$img1 = Image::make('public/img1.png');
|
||||||
$img2 = Image::make('public/img2.png');
|
$img2 = Image::make('public/img2.png');
|
||||||
$img1->grab(200)->insert($over)->save('public/bar.jpg');
|
$img1->grab(200)->insert($img2)->save('public/bar.jpg');
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user