OPF Image Treatment
Duotone
An image is reduced to two brand-aligned tones so it behaves like part of the design system.
Best Fit
Brand decks, section dividers, campaign stories, and consistent photo-heavy decks.
Photography Guidance
Choose images with strong light-dark separation. Duotone works best on simple subjects and fails on detail-heavy screenshots.
Avoid
Avoid duotone for product UI screenshots, compliance evidence, or images where color accuracy matters.
OPF Coverage Note
OPF v1 does not expose image filter tokens. The gallery catalogs duotone as an intended renderer extension.
Treatment Practices
Use one duotone recipe across a deck.
Preserve enough tonal contrast for the subject to remain legible.
Pair duotone imagery with neutral text surfaces.
OPF Config
image-treatments:duotone{
"slide": {
"layout": "image-focus",
"elements": [
{
"id": "duotone-photo",
"type": "image",
"src": "https://example.com/photo.jpg",
"alt": "Duotone brand photograph",
"fit": "cover",
"position": {
"x": 0,
"y": 0
},
"size": {
"width": 100,
"height": 100,
"unit": "%"
},
"filter": {
"type": "duotone",
"dark": "#2f241d",
"light": "#f28c28"
}
}
]
}
}Preview this config live at pptx.dev/playground.
Related How-To Articles
Playground deep linkHow to Build a Color Scheme for PowerPoint Presentations
Create a cohesive presentation color scheme from scratch — covering primary, accent, and neutral colors with practical selection methods.
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 Use Color to Guide Attention
Color is your most powerful tool for directing where the eye goes. Here's how to use it intentionally in PowerPoint.
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.