exiftool tip:

strip image metadata while retaining colorspace tags for image color accuracy

exiftool -overwrite_original -recurse -all= -TagsFromFile @ -ColorSpaceTags

Reply to this note

Please Login to reply.

Discussion

# Strip exif metadata from images, usage: strip-images path-to-file-or-directory

alias strip-images='exiftool -overwrite_original -recurse -all= -TagsFromFile @ -ColorSpaceTags'