* [gentoo-user] {OT} image metadata and privacy
@ 2013-09-05 13:32 Grant
2013-09-05 15:43 ` Daniel Frey
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Grant @ 2013-09-05 13:32 UTC (permalink / raw
To: Gentoo mailing list
Has anyone found a way to completely sanitize images of all
potentially privacy-invading metadata for posting online? I recently
discovered that there is actually an EXIF thumbnail image. So if you
have a photo and you crop it and post it online, the EXIF thumbnail of
the original uncropped image is still there for all to see.
- Grant
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] {OT} image metadata and privacy
2013-09-05 13:32 [gentoo-user] {OT} image metadata and privacy Grant
@ 2013-09-05 15:43 ` Daniel Frey
2013-09-13 19:21 ` Grant
2013-09-05 16:09 ` thegeezer
2013-09-05 16:56 ` Paul Hartman
2 siblings, 1 reply; 5+ messages in thread
From: Daniel Frey @ 2013-09-05 15:43 UTC (permalink / raw
To: gentoo-user
Hi Grant,
Yes, I just had to do this myself.
There are two packages: jhead and exiftool. The former does jpegs only.
I wound up using exiftool, there's a single command to strip all metadata:
exiftool -all= *.jpg
If I remember right that creates a copy of the file it processes.
You can use exiftool to list tags and also remove individual tags. I
used it to make sure there were no GPS tags in pictures from my phone.
Dan
On 09/05/2013 06:32 AM, Grant wrote:
> Has anyone found a way to completely sanitize images of all
> potentially privacy-invading metadata for posting online? I recently
> discovered that there is actually an EXIF thumbnail image. So if you
> have a photo and you crop it and post it online, the EXIF thumbnail of
> the original uncropped image is still there for all to see.
>
> - Grant
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] {OT} image metadata and privacy
2013-09-05 13:32 [gentoo-user] {OT} image metadata and privacy Grant
2013-09-05 15:43 ` Daniel Frey
@ 2013-09-05 16:09 ` thegeezer
2013-09-05 16:56 ` Paul Hartman
2 siblings, 0 replies; 5+ messages in thread
From: thegeezer @ 2013-09-05 16:09 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 515 bytes --]
On 09/05/2013 02:32 PM, Grant wrote:
> Has anyone found a way to completely sanitize images of all
> potentially privacy-invading metadata for posting online? I recently
> discovered that there is actually an EXIF thumbnail image. So if you
> have a photo and you crop it and post it online, the EXIF thumbnail of
> the original uncropped image is still there for all to see.
>
> - Grant
>
http://stackoverflow.com/questions/13646028/how-to-remove-exif-from-a-jpg-without-losing-image-quality/17516878#17516878
[-- Attachment #2: Type: text/html, Size: 1117 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] {OT} image metadata and privacy
2013-09-05 13:32 [gentoo-user] {OT} image metadata and privacy Grant
2013-09-05 15:43 ` Daniel Frey
2013-09-05 16:09 ` thegeezer
@ 2013-09-05 16:56 ` Paul Hartman
2 siblings, 0 replies; 5+ messages in thread
From: Paul Hartman @ 2013-09-05 16:56 UTC (permalink / raw
To: Gentoo User
On Thu, Sep 5, 2013 at 8:32 AM, Grant <emailgrant@gmail.com> wrote:
> Has anyone found a way to completely sanitize images of all
> potentially privacy-invading metadata for posting online? I recently
> discovered that there is actually an EXIF thumbnail image. So if you
> have a photo and you crop it and post it online, the EXIF thumbnail of
> the original uncropped image is still there for all to see.
Whether or not the thumbnail remains uncropped depends on the cropping
software. Competent software should not do that to you, but as we know
not all software has been created equal.
You can use jpegoptim --strip-all to remove any and all extra data
from your picture. Gentoo package name is media-gfx/jpegoptim.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] {OT} image metadata and privacy
2013-09-05 15:43 ` Daniel Frey
@ 2013-09-13 19:21 ` Grant
0 siblings, 0 replies; 5+ messages in thread
From: Grant @ 2013-09-13 19:21 UTC (permalink / raw
To: Gentoo mailing list
> Yes, I just had to do this myself.
>
> There are two packages: jhead and exiftool. The former does jpegs only.
> I wound up using exiftool, there's a single command to strip all metadata:
>
> exiftool -all= *.jpg
>
> If I remember right that creates a copy of the file it processes.
>
> You can use exiftool to list tags and also remove individual tags. I
> used it to make sure there were no GPS tags in pictures from my phone.
I thought I had some problems getting exiftool to work with a PNG file
but now I realize I didn't understand how to use it. I think that
should be the de facto method for removing EXIF data from many
different image formats.
- Grant
>> Has anyone found a way to completely sanitize images of all
>> potentially privacy-invading metadata for posting online? I recently
>> discovered that there is actually an EXIF thumbnail image. So if you
>> have a photo and you crop it and post it online, the EXIF thumbnail of
>> the original uncropped image is still there for all to see.
>>
>> - Grant
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-09-13 19:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05 13:32 [gentoo-user] {OT} image metadata and privacy Grant
2013-09-05 15:43 ` Daniel Frey
2013-09-13 19:21 ` Grant
2013-09-05 16:09 ` thegeezer
2013-09-05 16:56 ` Paul Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox