# Exif

Reads exif data from a given image object

****

- Full class name: `Kirby\Image\Exif`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Image/Exif.php#L17>

****

### Exif

- [new Exif()](https://getkirby.com/docs/reference/objects/image/exif/__construct.md)
- [$exif->__debugInfo()](https://getkirby.com/docs/reference/objects/image/exif/__debug-info.md)
- [$exif->aperture()](https://getkirby.com/docs/reference/objects/image/exif/aperture.md)
- [$exif->camera()](https://getkirby.com/docs/reference/objects/image/exif/camera.md)
- [$exif->data()](https://getkirby.com/docs/reference/objects/image/exif/data.md)
- [$exif->exposure()](https://getkirby.com/docs/reference/objects/image/exif/exposure.md)
- [$exif->focalLength()](https://getkirby.com/docs/reference/objects/image/exif/focal-length.md)
- [$exif->isBW()](https://getkirby.com/docs/reference/objects/image/exif/is-b-w.md)
- [$exif->isColor()](https://getkirby.com/docs/reference/objects/image/exif/is-color.md)
- [$exif->iso()](https://getkirby.com/docs/reference/objects/image/exif/iso.md)
- [$exif->location()](https://getkirby.com/docs/reference/objects/image/exif/location.md)
- [$exif->orientation()](https://getkirby.com/docs/reference/objects/image/exif/orientation.md)
- [Exif::read()](https://getkirby.com/docs/reference/objects/image/exif/read.md)
- [$exif->timestamp()](https://getkirby.com/docs/reference/objects/image/exif/timestamp.md)
- [$exif->toArray()](https://getkirby.com/docs/reference/objects/image/exif/to-array.md)