Rust example for running ExifTool with the -stay_open option

Started by aroach, May 22, 2023, 08:01:02 AM

Previous topic - Next topic

aroach

Hi,

I have created a small rust example for using ExifTool using the -stay_open option and using pipes for communication. I've put it on github (https://github.com/a-roach/spawn_exiftool) in case anyone was interested.

-Andrew

Phil Harvey

...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).