---
title: "present(_:)"
framework: accessibility
role: symbol
role_heading: Instance Method
path: "accessibility/axbraillemap/present(_:)"
---

# present(_:)

Converts the data from the image you specify into the braille map.

## Declaration

```swift
func present(_ image: CGImage)
```

## Parameters

- `image`: An image to convert into the braille map.

## Discussion

Discussion Use this method to convert image data into the braille map directly, without the need to modify the heights of individual pins using setHeight(_:at:).
