How to remove EXIF data without recompressing the JPEG?

后端 未结 11 2052
梦毁少年i
梦毁少年i 2020-12-02 05:07

I want to remove the EXIF information (including thumbnail, metadata, camera info... everything!) from JPEG files, but I don\'t want to recompress it, as recompressing the J

11条回答
  •  -上瘾入骨i
    2020-12-02 05:32

    I'd propose jhead:

    man jhead
    jhead -purejpg image.jpg
    

    Only 123Kb on debian/ubuntu, does not re-compress. Note though that it mutates the image, so copy the original if you need it.

提交回复
热议问题