aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2006-05-29 19:00:01 +0000
committerAndy Shevchenko <andy@smile.org.ua>2006-05-29 19:00:01 +0000
commit4437e71d925580c8622b9d8f636ae02f51490ffd (patch)
treec3bd2181edbe9eb430f6754cc1f804d5bc07f709 /README
parent1ed842714f054e73cc97a3986d3f43ca73d3cddc (diff)
downloadrenrot-4437e71d925580c8622b9d8f636ae02f51490ffd.tar.gz
renrot-4437e71d925580c8622b9d8f636ae02f51490ffd.tar.bz2
Release as 0.20rc3.
git-svn-id: file:///svnroot/renrot/trunk@153 fe2816f4-e837-0410-b10a-f608c9d244a1
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 13 insertions, 8 deletions
diff --git a/README b/README
index 700ddf7..7f1f612 100644
--- a/README
+++ b/README
@@ -65,16 +65,23 @@ the script:
rename each file according to the given template
renrot --name-template="01.%c.%Y%m%d%H%M%S.%E%F%W%I" --extension JPG
- rename each file according to the given template and files aggregation
- according the date
- renrot --name-template="%y%m%d%H%M%S.%i" --aggr-template="%Y%m%d" --extension JPG
+ rename each file according to the given template and aggregate according
+ the date
+ renrot --name-template="%y%m%d%H%M%S.%i" --aggr-mode="template" --aggr-template="%Y%m%d" *.JPG
+
+ aggregate files by yymmddHHMM
+ renrot --aggr-mode="template" --aggr-template="%y%m%d%H%M" --extension jpg
rotate each file and their thumbnail by 90CW in specified directory
renrot --rotate-angle 90 --work-directory="/tmp/images" --extension jpg
- rotate thumbnails, included to EXIF, for each file by 270CW (same as 90CCW)
+ rotate thumbnails, included to EXIF, for each file by 270CW (same as
+ 90CCW)
renrot --rotate-thumb 270 --extension jpg
+ rotate given files by Orientation tag (no real rotation will be done)
+ renrot --no-rename --mtime --rotate-angle=90 --only-orientation *.JPEG
+
fix file mtime according to its EXIF tags or current time stamp, when tags
are invalid
renrot --no-rotate --no-rename --mtime --extension jpeg
@@ -82,9 +89,6 @@ the script:
leave mtime untouched for couple of files
renrot --no-mtime *.jpg
- aggregate files by yymmddHHMM
- renrot --aggr-template="%y%m%d%H%M" --extension jpg
-
RESTRICTIONS
@@ -93,7 +97,8 @@ directory without recursion and only with one extension of files. Second,
algorithm treat each file with given extension as the image. Otherwise, file
will be renamed to the current time stamp when --no-rename option is omitted.
Third, rename operation is not permited between different partitions due to
-hard link technology used (this will be avoided in future).
+hard link technology used (this will be avoided in future). Rotation process
+is available only on JPEG files.
DEBUGGING

Return to:

Send suggestions and report system problems to the System administrator.