PPTX.gallery
Open in PPTX.dev

OPF Image Treatment

Rounded Card

An image sits inside a rounded rectangular frame with optional shadow, giving screenshots and photos a contained surface.

rounded-cardNative OPF

Best Fit

Product screenshots, app previews, feature slides, and structured comparison pages.

Photography Guidance

Use screenshots or photos with clear internal margins. Avoid adding a heavy frame around already cluttered UI.

Avoid

Avoid stacking multiple framed images unless the layout is explicitly a comparison or gallery.

Treatment Practices

1

Use a subtle border radius and shadow rather than a heavy decorative frame.

2

Keep the card aligned to the same grid as surrounding content.

3

Use contain for screenshots when no content can be cropped.

OPF Config

image-treatments:rounded-card
Open Presentation Format
{
  "$schema": "https://openpresentation.org/schema/opf/v1",
  "name": "PPTX.gallery — image-treatments/rounded-card",
  "description": "An image sits inside a rounded rectangular frame with optional shadow, giving screenshots and photos a contained surface.",
  "tags": [
    "gallery:image-treatments/rounded-card"
  ],
  "design": {
    "slideImage": {
      "src": "asset:hero",
      "position": "right"
    },
    "imageFill": "fit"
  },
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "title-slide",
      "title": "Rounded Card",
      "subtitle": "Product screenshots, app previews, feature slides, and structured comparison pages.",
      "image": {
        "src": "asset:hero",
        "alt": "Rounded Card image treatment example"
      }
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.

Related How-To Articles

General Image Rules

1

Crop with intent

Choose fit, position, and size based on the subject and message, not just available space.

2

Protect readability

Text over images needs enough contrast, an intentional overlay, or a separate text surface.

3

Respect image truth

Avoid filters or crops that distort evidence, screenshots, charts, or compliance imagery.

4

Keep a system

Use a small set of image treatments consistently so photo-heavy decks still feel coherent.