diff options
| author | jvoisin | 2011-08-21 21:03:19 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-21 21:03:19 +0200 |
| commit | 042b47fe377291799c5c28cd5484bc3d4e456f01 (patch) | |
| tree | ed77e7009d800ddd8389ef9732d2d324fba91168 /FORMATS | |
| parent | abbf9308b0bf2f01ef716d1e357ec3c5e0939990 (diff) | |
Add torrent and rectify the jpg section
Diffstat (limited to 'FORMATS')
| -rw-r--r-- | FORMATS | 18 |
1 files changed, 14 insertions, 4 deletions
| @@ -10,9 +10,12 @@ | |||
| 10 | <format> | 10 | <format> |
| 11 | <name>Jpeg</name> | 11 | <name>Jpeg</name> |
| 12 | <extension>.jpeg, .jpg</extension> | 12 | <extension>.jpeg, .jpg</extension> |
| 13 | <support>full</support> | 13 | <support>partial</support> |
| 14 | <metadata>comment + exif/photoshop/adobe</metadata> | 14 | <metadata>comment + exif/photoshop/adobe</metadata> |
| 15 | <method>removal of harmful fields is done with hachoir</method> | 15 | <method>removal of harmful fields is done with hachoir</method> |
| 16 | <remaining>Canon Raw tags : | ||
| 17 | http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/CanonRaw.html | ||
| 18 | </remaining> | ||
| 16 | </format> | 19 | </format> |
| 17 | 20 | ||
| 18 | <format> | 21 | <format> |
| @@ -58,11 +61,10 @@ | |||
| 58 | <format> | 61 | <format> |
| 59 | <name>Zip</name> | 62 | <name>Zip</name> |
| 60 | <extension>.zip</extension> | 63 | <extension>.zip</extension> |
| 61 | <support>.partial</support> | 64 | <support>partial</support> |
| 62 | <metadata>metadata from the file itself, metadata from the file contained | 65 | <metadata>metadata from the file itself, metadata from the file contained |
| 63 | into the archive, and metadata added by zip to the file when added to | 66 | into the archive, and metadata added by zip to the file when added to |
| 64 | the archive. | 67 | the archive.</metadata> |
| 65 | </metadata> | ||
| 66 | <method>extraction of each file, treatement of the file, add treated file | 68 | <method>extraction of each file, treatement of the file, add treated file |
| 67 | to a new archive. When the new archive is complete, remove all his metadata</method> | 69 | to a new archive. When the new archive is complete, remove all his metadata</method> |
| 68 | <remaining>metadata added by zip itself to internal files</remaining> | 70 | <remaining>metadata added by zip itself to internal files</remaining> |
| @@ -91,4 +93,12 @@ | |||
| 91 | <metadata>Flac, Vorbis</metadata> | 93 | <metadata>Flac, Vorbis</metadata> |
| 92 | <method>removal of harmful fields is done with mutagen</method> | 94 | <method>removal of harmful fields is done with mutagen</method> |
| 93 | </format> | 95 | </format> |
| 96 | |||
| 97 | <format> | ||
| 98 | <name>Torrent</name> | ||
| 99 | <extension>.torrent</extension> | ||
| 100 | <support>full</support> | ||
| 101 | <metadata>torrent</support> | ||
| 102 | <method>remove all the compromizing metadata</method> | ||
| 103 | </format> | ||
| 94 | </xml> | 104 | </xml> |
