---
title: "painterRemoteImageBitmap"
description: "Creates a RemoteImageBitmapPainter from a RemoteImageBitmap."
type: "function"
lastmod: "2026-06-18T10:32:53.052842Z"
---
## API Reference

### painterRemoteImageBitmap

> Source set: Android

```kotlin
public fun painterRemoteImageBitmap(image: RemoteImageBitmap): RemotePainter
```

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

#### Parameters

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