<h2 id="painterremotebitmap-image">painterRemoteBitmap</h2>

<div class='sourceset sourceset-android'>Android</div>

```kotlin
public fun painterRemoteBitmap(image: RemoteBitmap): RemotePainter
```

Creates a `RemoteBitmapPainter` from a [RemoteBitmap](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteBitmap).

#### Parameters

| | |
| --- | --- |
| image | The [RemoteBitmap](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteBitmap) to create the painter for. |