summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjvoisin2011-08-21 21:11:40 +0200
committerjvoisin2011-08-21 21:11:40 +0200
commit383537fb9f6910d765a022ba7b2ac9bc04abb9a7 (patch)
tree129cf607f968ac81f016deea64440535ba3c01ca /README
parent042b47fe377291799c5c28cd5484bc3d4e456f01 (diff)
Misc
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 2f889ba..e25e237 100644
--- a/README
+++ b/README
@@ -120,6 +120,7 @@ HOW TO IMPLEMENT NEW FORMATS:
120 - get_meta(self) 120 - get_meta(self)
121 5. don't forget to call the do_backup() method when necessary 121 5. don't forget to call the do_backup() method when necessary
122 122
123
123ALTERNATIVES AND COMPLEMENTS: 124ALTERNATIVES AND COMPLEMENTS:
124for images: 125for images:
125 exiftool (perl) : metadata manipulation 126 exiftool (perl) : metadata manipulation
@@ -133,6 +134,10 @@ other tools:
133 an hexadecimal editor 134 an hexadecimal editor
134 135
135 136
137NOTES:
138 Formats that are not in the test suite are not well-tested,
139 please don't trust the MAT about them !
140
136LICENSE: 141LICENSE:
137 This program is free software; you can redistribute it and/or modify 142 This program is free software; you can redistribute it and/or modify
138 it under the terms of the GNU General Public License version 2 as 143 it under the terms of the GNU General Public License version 2 as