exiftool comment data

Started by scraulb, December 18, 2011, 12:51:50 PM

Previous topic - Next topic

scraulb

If I use exiftool inside php and execute this command:

exiftool -Comment='hello
helloagain' test.jpg

When I read it back using exiftool -Command test.jpg I do not see a carriage return. It just replaces it with a dot.

Am I doing something wrong?

Thanks,

John

Phil Harvey

Hi John,

ExifTool replaces unprintable characters in the output with a ".".   See FAQ number 21 for more information.

- Phil
...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 ($).

scraulb

Thanks for the reply.  Sorry I missed the -b command.

John