From 4aa486eea5f9b8d3b46c4db9e26e23999d375631 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 15 Feb 2012 17:44:21 +0100 Subject: Oops, forgot to commit this one ! --- FORMATS | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'FORMATS') diff --git a/FORMATS b/FORMATS index be08655..3f0751c 100644 --- a/FORMATS +++ b/FORMATS @@ -2,6 +2,7 @@ Portable Network Graphics .png + image/png full textual metadata + date removal of harmful fields is done with hachoir @@ -10,6 +11,7 @@ Jpeg .jpeg, .jpg + image/jpeg partial comment + exif/photoshop/adobe removal of harmful fields is done with hachoir @@ -21,6 +23,7 @@ Open Document .odt, .odx, .ods, ... + application/opendocument full a meta.xml file removal of the meta.xml file @@ -29,6 +32,7 @@ Office Openxml .docx, .pptx, .xlsx, ... + application/officeopenxml full a docProps folder containings xml metadata files removal of the docProps folder @@ -37,6 +41,7 @@ Portable Document Fileformat .pdf + application/pdf full a lot rendering of the PDF file on a cairo surface with the help of @@ -50,6 +55,7 @@ Tape ARchive .tar, .tar.bz2, .tar.gz + application/x-tar, application/x-gzip, application/x-bzip2 full metadata from the file itself, metadata from the file contained into the archive, and metadata added by tar to the file at then @@ -62,6 +68,7 @@ Zip .zip + application/zip partial metadata from the file itself, metadata from the file contained into the archive, and metadata added by zip to the file when added to @@ -74,6 +81,7 @@ MPEG Audio .mp3, .mp2, .mp1, .mpa + audio/mpeg full id3 removal of harmful fields is done with hachoir @@ -82,6 +90,7 @@ Ogg Vorbis .ogg + audio/vorbis full Vorbis removal of harmful fields is done with mutagen @@ -90,6 +99,7 @@ Free Lossless Audio Codec .flac + audio/x-flac full Flac, Vorbis removal of harmful fields is done with mutagen @@ -98,6 +108,7 @@ Torrent .torrent + application/torrent full torrent remove all the compromizing metadata with a heavily tuned version -- cgit v1.3