Hi:
I am trying to erase ALL -Keywords form a image
I use this but it does not do the job, It leaves what it was there untouched
exiftool.exe -Keywords="" myimage.jpg
What would be the proper sentence?
Emilio
Hi Emilo,
You've got the right command. Why do you say the keywords aren't removed? Did you check with ExifTool?
- Phil
Hi Phil:
Yes I was using Exifttols to check and it did not do the
job...
I have used another computer and works well, I
have returned to the old computer change ' with "
and now works...
I will work more on it, and if I get problems I will try to
narrow it down and inform.
Thanks
Emilio
Quote from: Phil Harvey on February 13, 2012, 07:23:01 AM
Hi Emilo,
You've got the right command. Why do you say the keywords aren't removed? Did you check with ExifTool?
- Phil
You can avoid the problem with quotes by removing them entirely:
exiftool -keywords= FILE
- Phil
Phil:
Getting rid of the quotes is a big improvement.
Thanks
Emilio
Quote from: Phil Harvey on February 14, 2012, 10:45:22 AM
You can avoid the problem with quotes by removing them entirely:
exiftool -keywords= FILE
- Phil