# imageCapture

`import { imageCapture } from "destack:runtime";`

Capture one image at the active revision.

```ds title="imageCapture"
export declare function imageCapture(world: WorldHandle): Result<ImageId, HostError>
```

[language/library/src/runtime/lineage.ds:322](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/lineage.ds#L322)
