Line break inside tag achieved with .args file

Started by stoickov, April 21, 2017, 12:00:24 PM

Previous topic - Next topic

stoickov

I've followed your advise to use my.args file to list different task. However, I can't find information how to create a new line in some tags (for example in multi-paragraph IPTC:Caption-Abstract) when I write the args. Is it possible?

Phil Harvey

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

stoickov

I've read the FAQ, but for some reason none of the methods seemed to work for me. The problem was the software which I used to import images. My bad.
Anyway, I went with the HTML method:

-E
-IPTC:By-line=Jörg Markus
-IPTC:Caption-Abstract=First Line
SecondLine
myimage.jpg
-execute


and it works like a charm. Thanks.