---
title: Enrich image responses with EXIF metadata
summary: Use the `exif` Rust crate to decorate a backend response with image metadata.
url: https://www.fastly.com/documentation/solutions/examples/enrich-image-responses-with-exif-metadata
---

Use the `exif` Rust crate to decorate a backend response with image metadata.

## Compute

### Rust

[Try it in Fastly Fiddle](https://fiddle.fastly.dev/c408ebab)

### Javascript

[Try it in Fastly Fiddle](https://fiddle.fastly.dev/18a7e610)

### Go

[Try it in Fastly Fiddle](https://fiddle.fastly.dev/decb154a)

