Skip to content

Commit 9bf8b2c

Browse files
committed
Add some first docs for sharpen images
More to follow with 4.1.1 when `$file->sharpen()` is added
1 parent 433e299 commit 9bf8b2c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

content/docs/1_guide/5_files/3_resize-images-on-the-fly/guide.txt

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ With the thumb method, you can perform multiple image manipulations at once: res
2727
'format' => 'webp',
2828
'grayscale' => true,
2929
'blur' => 300,
30+
'sharpen' => 50,
3031
'quality' => 70,
3132
]
3233
)->url() ?>" alt="">

content/docs/3_reference/4_objects/cms/0_file/0_thumb/reference-classmethod.txt

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ $options = [
2626
'grayscale' => false,
2727
'height' => null,
2828
'quality' => 90,
29+
'sharpen' => false,
2930
'width' => null,
3031
];
3132
```

0 commit comments

Comments
 (0)