# load_image_from_gcs

> **Function** in `langchain_google_vertexai`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-vertexai/_utils/load_image_from_gcs)

Loads an `Image` from GCS.

## Signature

```python
load_image_from_gcs(
    path: str,
    project: str | None = None,
) -> Image
```

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/8e006aa3ea738f609bcf19c54249414cecf48daf/libs/vertexai/langchain_google_vertexai/_utils.py#L133)