Skip to content

Added doc for Gaussian Blur in Image Editor#3046

Open
mnocon wants to merge 3 commits into4.6from
image-editor-blur
Open

Added doc for Gaussian Blur in Image Editor#3046
mnocon wants to merge 3 commits into4.6from
image-editor-blur

Conversation

@mnocon
Copy link
Contributor

@mnocon mnocon commented Feb 6, 2026

@github-actions
Copy link

github-actions bot commented Feb 6, 2026

@mnocon mnocon marked this pull request as ready for review February 6, 2026 08:51
@mnocon mnocon requested review from Sztig and micszo February 6, 2026 08:52
@mnocon mnocon requested a review from a team February 10, 2026 08:46
@ibexa-workflow-automation-1 ibexa-workflow-automation-1 bot requested review from adriendupuis, dabrt and julitafalcondusza and removed request for a team February 10, 2026 08:48
@mnocon mnocon added the Wait with merge PRs that shouldn't be merged instantly label Feb 10, 2026

### Gaussian blur strength

You can configure the gaussian blur strength applied during image optimization with the following configuration.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about small change of the order? (cannot add as suggestion cause git is confused with ``` from code and suggestion).

You can configure the gaussian (...) configuration:

code

The setting (...)

Copy link
Contributor Author

@mnocon mnocon Feb 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, added in 12d2a9d !

@github-actions
Copy link

code_samples/ change report

Before (on target branch)After (in current PR)

code_samples/back_office/image_editor/config/packages/image_editor.yaml

docs/content_management/images/configure_image_editor.md@32:``` yaml
docs/content_management/images/configure_image_editor.md@33:[[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 0, 36) =]]
docs/content_management/images/configure_image_editor.md@34:```

001⫶ibexa:
002⫶ system:
003⫶ default:
004⫶ image_editor:
005⫶ action_groups:
006⫶ default:
007⫶ id: default
008⫶ label: Default
009⫶ actions:
010⫶ crop:
011⫶ id: crop
012⫶ priority: 1
013⫶ visible: true
014⫶ buttons:
015⫶ 1-1:
016⫶ label: 1:1
017⫶ ratio:
018⫶ x: 1
019⫶ y: 1
020⫶ 3-4:
021⫶ label: 3:4
022⫶ ratio:
023⫶ x: 3
024⫶ y: 4
025⫶ 4-3:
026⫶ label: 4:3
027⫶ ratio:
028⫶ x: 4
029⫶ y: 3
030⫶ 16-9:
031⫶ label: 16:9
032⫶ ratio:
033⫶ x: 16
034⫶ y: 9
035⫶ custom:
036⫶ label: Custom

docs/content_management/images/configure_image_editor.md@43:``` yaml
docs/content_management/images/configure_image_editor.md@44:[[= 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) =]]
docs/content_management/images/configure_image_editor.md@45:```

001⫶ibexa:
002⫶ system:
003⫶ default:
004⫶ image_editor:
005⫶ image_quality: 0.8


code_samples/back_office/image_editor/config/packages/image_editor.yaml

docs/content_management/images/configure_image_editor.md@32:``` yaml
docs/content_management/images/configure_image_editor.md@33:[[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 0, 36) =]]
docs/content_management/images/configure_image_editor.md@34:```

001⫶ibexa:
002⫶ system:
003⫶ default:
004⫶ image_editor:
005⫶ action_groups:
006⫶ default:
007⫶ id: default
008⫶ label: Default
009⫶ actions:
010⫶ crop:
011⫶ id: crop
012⫶ priority: 1
013⫶ visible: true
014⫶ buttons:
015⫶ 1-1:
016⫶ label: 1:1
017⫶ ratio:
018⫶ x: 1
019⫶ y: 1
020⫶ 3-4:
021⫶ label: 3:4
022⫶ ratio:
023⫶ x: 3
024⫶ y: 4
025⫶ 4-3:
026⫶ label: 4:3
027⫶ ratio:
028⫶ x: 4
029⫶ y: 3
030⫶ 16-9:
031⫶ label: 16:9
032⫶ ratio:
033⫶ x: 16
034⫶ y: 9
035⫶ custom:
036⫶ label: Custom

docs/content_management/images/configure_image_editor.md@43:``` yaml
docs/content_management/images/configure_image_editor.md@44:[[= 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) =]]
docs/content_management/images/configure_image_editor.md@45:```

001⫶ibexa:
002⫶ system:
003⫶ default:
004⫶ image_editor:
005⫶ image_quality: 0.8

docs/content_management/images/configure_image_editor.md@51:``` yaml
docs/content_management/images/configure_image_editor.md@52:[[= 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) =]]
docs/content_management/images/configure_image_editor.md@53:```

001⫶ibexa:
002⫶ system:
003⫶ default:
004⫶ image_editor:
005⫶ gaussian_blur_strength: 0.05

docs/content_management/images/extend_image_editor.md@28:``` yaml
docs/content_management/images/extend_image_editor.md@29:[[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 0, 9) =]][[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 36, 39) =]]
docs/content_management/images/extend_image_editor.md@30:```

001⫶ibexa:
002⫶ system:
003⫶ default:
004⫶ image_editor:
005⫶ action_groups:
006⫶ default:
007⫶ id: default
008⫶ label: Default
009⫶ actions:
010⫶ dot:
011⫶ id: dot
012⫶ priority: 50

docs/content_management/images/extend_image_editor.md@28:``` yaml
docs/content_management/images/extend_image_editor.md@29:[[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 0, 9) =]][[= include_file('code_samples/back_office/image_editor/config/packages/image_editor.yaml', 36, 39) =]]
docs/content_management/images/extend_image_editor.md@30:```

001⫶ibexa:
002⫶ system:
003⫶ default:
004⫶ image_editor:
005⫶ action_groups:
006⫶ default:
007⫶ id: default
008⫶ label: Default
009⫶ actions:
010⫶ dot:
011⫶ id: dot
012⫶ priority: 50

Download colorized diff

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Wait with merge PRs that shouldn't be merged instantly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments