OPF Image Treatment
Background Blur
A blurred image becomes an atmospheric backdrop while a sharp panel carries the message.
Best Fit
Title slides, product context, event recaps, and image-backed quote slides.
Photography Guidance
Use a recognizable but non-essential image. The blurred version should support mood, not carry evidence.
Avoid
Avoid background blur for data evidence, legal screenshots, or details users need to inspect.
OPF Coverage Note
OPF v1 does not expose blur filters on image elements. Use this slug to track blur support in renderers.
Treatment Practices
Use blur only on background imagery, not the core evidence image.
Add a solid text panel when blur alone does not provide enough contrast.
Keep the focal image available elsewhere if precision matters.
OPF Config
image-treatments:background-blur{
"slide": {
"layout": "image-focus",
"elements": [
{
"id": "blurred-background",
"type": "image",
"src": "https://example.com/context.jpg",
"alt": "Blurred contextual background",
"fit": "cover",
"position": {
"x": 0,
"y": 0
},
"size": {
"width": 100,
"height": 100,
"unit": "%"
},
"filter": {
"blur": 18
}
}
]
}
}Preview this config live at pptx.dev/playground.
Related How-To Articles
Playground deep linkHow to Set Slide Backgrounds in PowerPoint Presentations
Control slide backgrounds in pptx.dev presentations — choose between light and dark modes, use background images, and apply color scheme backgrounds.
How to Place, Size, and Overlay Images in PowerPoint
Master image placement, sizing, cropping, and overlay techniques to create polished, professional presentation slides.
How to Design Image-Focused Full-Bleed Slides in PowerPoint
Use full-bleed photography and imagery to create high-impact presentation slides that command attention.
General Image Rules
Crop with intent
Choose fit, position, and size based on the subject and message, not just available space.
Protect readability
Text over images needs enough contrast, an intentional overlay, or a separate text surface.
Respect image truth
Avoid filters or crops that distort evidence, screenshots, charts, or compliance imagery.
Keep a system
Use a small set of image treatments consistently so photo-heavy decks still feel coherent.