diff --git a/code_samples/back_office/image_editor/config/packages/image_editor.yaml b/code_samples/back_office/image_editor/config/packages/image_editor.yaml index 07b5dbc8d4..799d1db50d 100644 --- a/code_samples/back_office/image_editor/config/packages/image_editor.yaml +++ b/code_samples/back_office/image_editor/config/packages/image_editor.yaml @@ -38,3 +38,4 @@ ibexa: id: dot priority: 50 image_quality: 0.8 + gaussian_blur_strength: 0.05 diff --git a/docs/content_management/images/configure_image_editor.md b/docs/content_management/images/configure_image_editor.md index 10f362c1f3..06c678bd03 100644 --- a/docs/content_management/images/configure_image_editor.md +++ b/docs/content_management/images/configure_image_editor.md @@ -44,6 +44,17 @@ The default quality is 0.92: [[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 0, 4) =]] [[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 39, 40) =]] ``` +### Gaussian blur strength + +You can configure the gaussian blur strength applied during image optimization with the following configuration. + +The setting accepts values between 0 and 1, where higher values increase blur and reduce file size, while lower values maintain sharpness. +The default value is 0.05: + +``` yaml +[[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 0, 4) =]] [[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 40, 41) =]] +``` + ### Additional information Each image can be accompanied by additional information that isn't visible to the user. diff --git a/docs/release_notes/ibexa_dxp_v4.6.md b/docs/release_notes/ibexa_dxp_v4.6.md index 912e4d30ea..d7737de11f 100644 --- a/docs/release_notes/ibexa_dxp_v4.6.md +++ b/docs/release_notes/ibexa_dxp_v4.6.md @@ -10,6 +10,14 @@ month_change: false