https://bugs.kde.org/show_bug.cgi?id=393382

--- Comment #3 from Maik Qualmann <metzping...@gmail.com> ---
Here is a simple example that removes all metadata with exiftool from a image
(There is also a tool in the BQM for this). As I said, the cp command is only
necessary if the shell command does not create a new target ($OUTPUT).

------------------------------------------
cp $INPUT $OUTPUT
exiftool -all= -overwrite_original $OUTPUT
------------------------------------------

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to