| Promise\<void> | Promise used to return the result.|
**Example**
```js
receiver.release().then(()=>{
console.log('release succeeded.');
}).catch(error=>{
console.log('release failed.');
})
```
## Image<sup>9+</sup>
Provides APIs for basic image operations, including obtaining image information and reading and writing image data. An **Image** instance is returned when [readNextImage](#readnextimage9) and [readLatestImage](#readlatestimage9) are called.
Obtains the component buffer from the **Image** instance based on the color component type. This API uses an asynchronous callback to return the result.