| Promise\<void> | Promise used to return the result. If the operation fails, an error message is returned.|
**Example**
```js
creator.release().then(()=>{
console.info('release succeeded');
}).catch(error=>{
console.info('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.