Daniel Falk | 5 Oct 08:26

Removing exif data using a filter

I'm interesting in making an export addin that uploads a low-res image.
I want this file to be as small as possible.  Therefore I want the exif
data stripped out of the file.  Is this possible with the current
Filters that are available?  If not, what is the best way of doing this?

Thanks.
Lorenzo Milesi | 5 Oct 20:30
Favicon

Re: Removing exif data using a filter

Il giorno dom, 05/10/2008 alle 02.29 -0400, Daniel Falk ha scritto:
> I'm interesting in making an export addin that uploads a low-res image.
> I want this file to be as small as possible.  Therefore I want the exif
> data stripped out of the file.  Is this possible with the current
> Filters that are available?  If not, what is the best way of doing this?

please check, most of the exporters allow to strip metadata from files.

ciao
maxxer
--

-- 
Lorenzo Milesi - lorenzo.milesi <at> yetopen.it

YetOpen S.r.l. - http://www.yetopen.it/
C.so E. Filiberto, 74 23900 Lecco - ITALY -
Tel 0341 220 205 - Fax 178 607 8199

GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it

-------- D.Lgs. 196/2003 --------

Si avverte che tutte le informazioni contenute in questo messaggio sono
riservate ed a uso esclusivo del destinatario. Nel caso in cui questo
messaggio Le fosse pervenuto per errore, La invitiamo ad eliminarlo
senza copiarlo, a non inoltrarlo a terzi e ad avvertirci non appena
possibile.
Grazie.
Daniel Falk | 6 Oct 00:19

Re: Removing exif data using a filter

On Sun, 2008-10-05 at 20:30 +0200, Lorenzo Milesi wrote:
> Il giorno dom, 05/10/2008 alle 02.29 -0400, Daniel Falk ha scritto:
> > I'm interesting in making an export addin that uploads a low-res image.
> > I want this file to be as small as possible.  Therefore I want the exif
> > data stripped out of the file.  Is this possible with the current
> > Filters that are available?  If not, what is the best way of doing this?
> 
> please check, most of the exporters allow to strip metadata from files.
> 
I only see a couple.  Flickr and 23hq, yet the checkbox doesn't seem to
do anything.  After tracking down the code, I see it reads the checkbox
value for stripping metadata into a private bool variable called
copy_metadata, which it then doesn't do anything with.  Please show me
if I am missing something.

Can anyone point me directly to code that is stripping exif data or
outline the general idea of how it should be done?

Gmane