Tente exiftool (que está escrito em perl):
uso:
exiftool -all= image.jpg
Quais ferramentas posso usar para excluir todos os metadados EXIF, IPTC, XMP etc. de arquivos gráficos?
jhead pode ser usado para excluir metadados de arquivos JPG. As seguintes opções de linha de comando para jhead estão disponíveis (citando a página man do jhead abaixo):
-dc Delete comment field from the JPEG header. Note that the comment is not part of the Exif header.
-de Delete the Exif header entirely. Leaves other metadata sections intact.
-di Delete the IPTC section, if present. Leaves other metadata sections intact.
-dx Delete the XMP section, if present. Leaves other metadata sections intact.
Existe uma opção para exiv2
para excluir os metadados da imagem.
Por padrão, o exiv2
subcomando rm
(ou delete
) remove as miniaturas Exif e os comentários JPEG, adicionais aos que você mencionou (EXIF, IPTC, XMP):
$ exiv2 rm test.jpg
Use a opção -d
para excluir apenas partes dos metadados.
De man exiv2
:
-d tgt Delete target(s) for the 'delete' action. Possible targets are:
a : all supported metadata (the default)
e : Exif section
t : Exif thumbnail only
i : IPTC data
x : XMP packet
c : JPEG comment