---
title: reloadImage()
framework: pencilkit
role: symbol
role_heading: Instance Method
path: pencilkit/pktoolpickercustomitem/reloadimage()
---

# reloadImage()

Requests a new image for the custom tool item from the image provider.

## Declaration

```swift
func reloadImage()
```

## Discussion

Discussion Calling this method requests a new image for the custom tool item from the imageProvider of the configuration. The system automatically calls this method when PencilKit attributes like color or width change. You can call this method when you need to generate a new image for the custom tool item that’s different from the current image.
