ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: scraulb on December 18, 2011, 12:51:50 PM

Title: exiftool comment data
Post by: scraulb on December 18, 2011, 12:51:50 PM
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
Title: Re: exiftool comment data
Post by: Phil Harvey on December 18, 2011, 02:08:12 PM
Hi John,

ExifTool replaces unprintable characters in the output with a ".".   See FAQ number 21 (https://exiftool.org/faq.html#Q21) for more information.

- Phil
Title: Re: exiftool comment data
Post by: scraulb on December 18, 2011, 05:35:52 PM
Thanks for the reply.  Sorry I missed the -b command.

John