I used Gemini to generate suggestions for you. While it is often WRONG about things, I find I can usually find my way to solutions based on the info it provides. I have NOT tested or verified any of procedures below so don’t blame me if you erase your boot drive lol
Q: What would I use to create an automated workflow to export from PhotoLab to Apple Photos in HEIC format?
“ Since DxO PhotoLab 9 does not natively export directly to the HEIC format (it typically supports JPEG, TIFF, and DNG), you can bridge this gap by creating a macOS Shortcut.
Because you are on macOS Sequoia, the Shortcuts app is the most robust and “future-proof” way to automate this, especially for handling Apple-specific formats like HEIC and moving files into your Photos library.
The Recommended Workflow: macOS Shortcuts
You will create a “Folder Action” or a “Quick Action” that watches a specific export folder and converts the files automatically.
Step 1: Create a “Bridge” Folder
-
Create a folder on your Mac (e.g., ~/Desktop/PL9_To_Photos).
-
In DxO PhotoLab 9, create an Export to Disk preset:
• Format: TIFF (8-bit or 16-bit) or JPEG (100% quality). Note: Use TIFF if you want to preserve the highest quality before the HEIC conversion.
• Destination: Select your new PL9_To_Photos folder.
Step 2: Build the Shortcut
-
Open the Shortcuts app on macOS Sequoia.
-
Click the + to create a new shortcut.
-
Add the following actions in order:
• Convert Image: Set it to convert “Shortcut Input” to HEIF (this is the underlying format for HEIC).
• Save to Photo Album: Set it to save the “Converted Image” to Recents (or a specific album like “Restored Slides”).
• Delete Files: (Optional) Set it to delete the “Shortcut Input” (the original TIFF/JPEG) to keep your bridge folder clean.
Step 3: Automate with Folder Actions
To make this truly “automated” once you click export in PhotoLab:
-
Right-click your PL9_To_Photos folder in Finder.
-
Select Folder Actions Setup…
-
Attach your new Shortcut to this folder.
Alternative: Keyboard Maestro
If you want a more “pro” level of automation (for instance, if you want the Mac to automatically trigger the export the moment you finish a restoration), Keyboard Maestro is the industry standard for macOS power users. It can:
• Watch for a specific file extension to appear.
• Run a shell script to convert via sips (a built-in macOS image processing tool).
• Import directly into the Apple Photos database.
Restoration Note
Since you are restoring vintage Ektachrome and Anscochrome slides, exporting to 16-bit TIFF from PhotoLab 9 before converting to HEIC is crucial. This ensures that the delicate color grading you’ve applied in FilmPack 8 isn’t degraded by double-compression during the transfer.
Would you like me to write a specific AppleScript that you can paste into a Shortcut to handle the metadata preservation during the HEIC conversion?”