EXIF: describe applicable image types

This commit is contained in:
Joe Mooring
2023-12-15 12:53:29 -08:00
committed by GitHub
parent 743497edac
commit 3484414916
+2 -2
View File
@@ -1,6 +1,6 @@
---
title: Exif
description: Applicable to images, returns an EXIF object containing image metadata.
description: Applicable to JPEG and TIFF images, returns an EXIF object containing image metadata.
categories: []
keywords: []
action:
@@ -10,7 +10,7 @@ action:
toc: true
---
Applicable to images, the `Exif` method on an image `Resource` object returns an [EXIF] object containing image metadata.
Applicable to JPEG and TIFF images, the `Exif` method on an image `Resource` object returns an [EXIF] object containing image metadata.
## Methods