export
Export photos from Apple Photos library by UUID to a destination directory. Supports original, edited, live, and raw versions, and handles iCloud-only downloads.
Instructions
Export one or more photos (by UUID) to a destination directory. By default exports the original. Use edited=true to export the edited version, live=true to include the live-photo video, raw=true to include the raw image. If an original isn't on disk (iCloud-only), the export falls back to Photos.app to download it on demand — same behavior as opening the photo in Photos. This can be slow for large batches; expect waits proportional to download size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| library | No | Path to a .photoslibrary (default: system Photos library) | |
| uuid | Yes | Photo UUID(s) to export | |
| dest | Yes | Destination directory (created if missing) | |
| edited | No | Export the edited version instead of the original | |
| live | No | Also export the live-photo video | |
| raw | No | Also export the raw image | |
| overwrite | No | Overwrite existing files at the destination |