From 12cf341efc0fdf7545bc6a4a8c90d7d921b3cead Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sun, 6 Oct 2024 10:12:35 +0200 Subject: [PATCH] Update pictures.en.md --- documentation/how-to/pictures.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/how-to/pictures.en.md b/documentation/how-to/pictures.en.md index 37a22d529..f33543ad8 100644 --- a/documentation/how-to/pictures.en.md +++ b/documentation/how-to/pictures.en.md @@ -98,7 +98,7 @@ To store the EXIF information, follow these steps: 4. The EXIF tags that QField can capture are listed in the QGIS documentation (link above). However, this list might slightly varies depending on the mobile characteristics. 5. Capturing EXIF tags requires accessing the full physical path of the picture. Be sure to reflect this in the QGIS expression. - For example, the expression `exif(@project_folder + '/' + "path", 'Exif.Image.Orientation')` retrieves the orientation of the picture stored in *path*. For more tags visit the [QField EXIF reference documentation](/reference/exif.md) and the [exiv library documentation](https://exiv2.org/tags.html). + For example, the expression `exif(@project_folder + '/' + "path", 'Exif.Image.Orientation')` retrieves the orientation of the picture stored in *path*. For more tags visit the [QField EXIF reference documentation](../reference/exif.md) and the [exiv library documentation](https://exiv2.org/tags.html). 7. Completed! QField's now capture and store the EXIF tags in the pictures table while taking pictures. ## Maximum picture size