Piexif icon indicating copy to clipboard operation
Piexif copied to clipboard

.remove() not removing all tags

Open mafuchi opened this issue 5 years ago • 7 comments

Using the .remove() function and the output still has some exif info, like the creator of the IMG and tags. The camera info is successfully removed, but personal information still seems to stay with the img. I used PIL and Piexif and the results show a noted difference. Piexif: Screenshot (151) PIL: Screenshot (150)

Let me know if I am missing somehitng, or if you would require more info for this issue

mafuchi avatar Apr 11 '19 19:04 mafuchi

Forgot to mention: Piexif 1.1.2 Python 3.7.2 Windows 10 Pro

mafuchi avatar Apr 11 '19 23:04 mafuchi

Just out of curiosity. Is the image a JPG file? What is the filetype?

pointerish avatar Aug 25 '19 18:08 pointerish

Yes, this was either a JPEG or JPG. Still no idea why this happens.

mafuchi avatar Sep 06 '19 20:09 mafuchi

I want to replace my Node JS function with Python using this library on AWS Lamda but I am also facing this same issue. Please give me any alternative solution. Thank you in advance.

jiteshtandel avatar Nov 29 '19 09:11 jiteshtandel

Is it really exif? Isn't it XMP? Does it allow exif specification? Doesn't it have multiple exif segmentation?

hMatoba avatar Nov 29 '19 14:11 hMatoba

I want to remove both XMP and EXIF tags. Basically, I want to remove all tags.

jiteshtandel avatar Nov 30 '19 10:11 jiteshtandel

I would be great if piexif can optionally remove XMP too.

farin avatar Jun 10 '21 06:06 farin