Skip to content

Kirby 5.2.0

$image->exif()

Returns the exif object for this file (if image)

$image->exif(): Kirby\Image\Exif

Return type

Kirby\Image\Exif

This method modifies the existing $image object it is applied to and returns it again.

Parent class

Kirby\Image\Image