Skip to content

Commit a335e22

Browse files
committed
copy: clarify instructions
1 parent 468488f commit a335e22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sections/user-guide/uploading-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Valid image formats are PNG, GIF and JPEG. Image filenames must contain a timest
66

77
## Renaming images
88

9-
If images filenames are not matching the requirements, the images have to be renamed before being uploaded. To automate this process, we recommend [this Python utility](https://github.com/mihow/ami-camera-utils) that renames image files based on their EXIF timestamp data. The script can recursively scan directories, apply date and time corrections, and show a preview before making changes.
9+
If images filenames are not matching the requirements, the images have to be renamed before being uploaded. To automate this process, we recommend [this Python utility](https://github.com/mihow/ami-camera-utils) that renames image files based on their EXIF timestamp data. The script can recursively scan directories and renames files using the format `prefix-YYYYMMDDHHmmSS.ext`.
1010

1111
### Install the utility
1212

@@ -37,7 +37,7 @@ To rename photos in a folder, use this command. Replace the dummy path with the
3737
photo-renamer "path/to/photos" --inplace
3838
```
3939

40-
For more options, checkout the utility documention.
40+
For more options, checkout the [utility documention](https://github.com/mihow/ami-camera-utils).
4141

4242
### Demo
4343

0 commit comments

Comments
 (0)