Skip to content

Commit 3281fe3

Browse files
committed
docs: companion files
1 parent e750347 commit 3281fe3

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

docs/processing-companion-files.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
sidebar_position: 50
3+
---
4+
5+
# Processing Companion Files
6+
7+
We are also processing the companion files with the same name of your main photo files. The default settings is currently only `mov` which is popular among [iPhone Live Photos](https://support.apple.com/en-us/104966) output is also exporting with a video file next to your photo.
8+
9+
You can extend this companion extension by using [settings verb's set action](/docs/settings#setting-a-single-value).
10+
11+
## Setting Companion Extensions Example
12+
```
13+
settings -k CompanionExtensions -v mov,ext1,ext2,ext3
14+
```

docs/supported-photo-types.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
sidebar_position: 40
3+
---
4+
5+
# Supported Photo Types
6+
7+
With the default settings, we can process `jpg`, `jpeg`, `heic` and `png` photo files. As this tool internally using [MetadataExtractor](https://www.nuget.org/packages/MetadataExtractor/) package to extract image EXIF data, you can extend the supported photos with the [MetadataExtractor supported files](https://github.com/drewnoakes/metadata-extractor-dotnet?tab=readme-ov-file#features) by using [settings verb's set action](/docs/settings#setting-a-single-value).
8+
9+
## Setting Supported Extensions Example
10+
```
11+
settings -k SupportedExtensions -v jpg,ext1,ext2,ext3
12+
```

0 commit comments

Comments
 (0)