photo-cli processesDocumentation Index
Fetch the complete documentation index at: https://photocli.com/llms.txt
Use this file to discover all available pages before exploring further.
jpg, jpeg, heic, png, and hif files by default. Because the tool uses the MetadataExtractor .NET library to read EXIF data, you can extend this list to support any image format that MetadataExtractor handles — without recompiling or upgrading photo-cli itself.
Default supported extensions
Out of the box, photo-cli looks for files with these extensions (matched case-insensitively):jpgjpegheicpnghif
Extension matching is case-insensitive. Files named
IMG_1234.JPG and IMG_1234.jpg are both processed.Adding extra extensions
Use thesettings command to replace the SupportedExtensions value with a comma-separated list of the extensions you need:
MetadataExtractor compatibility
photo-cli delegates all EXIF reading to the MetadataExtractor .NET library. Any format listed in that library’s supported file types can be enabled by adding the extension toSupportedExtensions.