# 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/982e4015b249de8b9ba1e787746d8cc1f6d6b790/libs/vertexai/langchain_google_vertexai/_utils.py#L133)