Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ ibexa:
id: dot
priority: 50
image_quality: 0.8
gaussian_blur_strength: 0.05
11 changes: 11 additions & 0 deletions docs/content_management/images/configure_image_editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 8 additions & 0 deletions docs/release_notes/ibexa_dxp_v4.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@

<div class="release-notes" markdown="1">

<!-- draft release notes -->
### Gaussian Blur Configuration in Image Editor

The [Image Editor]([[= user_doc =]]/image_management/edit_images/) now supports configurable gaussian blur strength for image optimization.

Check warning on line 16 in docs/release_notes/ibexa_dxp_v4.6.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/ibexa_dxp_v4.6.md#L16

[Ibexa.EOLWhitespace] Remove whitespace characters from the end of the line.
Raw output
{"message": "[Ibexa.EOLWhitespace] Remove whitespace characters from the end of the line.", "location": {"path": "docs/release_notes/ibexa_dxp_v4.6.md", "range": {"start": {"line": 16, "column": 140}}}, "severity": "WARNING"}
You can adjust the blur level to balance between file size reduction and image sharpness.
For more information, see [Configure image editor](configure_image_editor.md#gaussian-blur-strength).


[[% set version = 'v4.6.27' %]]
[[= release_note_entry_begin("Ibexa DXP " + version, '2026-02-03', ['Headless', 'Experience', 'Commerce']) =]]

Expand Down
7 changes: 7 additions & 0 deletions docs/release_notes/ibexa_dxp_v5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@

<div class="release-notes" markdown="1">

<!-- draft release notes -->
### Gaussian Blur Configuration in Image Editor

The [Image Editor]([[= user_doc =]]/image_management/edit_images/) now supports configurable gaussian blur strength for image optimization.

Check warning on line 16 in docs/release_notes/ibexa_dxp_v5.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/ibexa_dxp_v5.0.md#L16

[Ibexa.EOLWhitespace] Remove whitespace characters from the end of the line.
Raw output
{"message": "[Ibexa.EOLWhitespace] Remove whitespace characters from the end of the line.", "location": {"path": "docs/release_notes/ibexa_dxp_v5.0.md", "range": {"start": {"line": 16, "column": 140}}}, "severity": "WARNING"}
You can adjust the blur level to balance between file size reduction and image sharpness.
For more information, see [Configure image editor](configure_image_editor.md#gaussian-blur-strength).

[[% set version = 'v5.0.5' %]]

[[= release_note_entry_begin("Ibexa DXP " + version, '2026-01-15', ['Headless', 'Experience', 'Commerce']) =]]
Expand Down
Loading