aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2006-05-21 19:01:46 +0000
committerAndy Shevchenko <andy@smile.org.ua>2006-05-21 19:01:46 +0000
commit54fa5b6b4a1d6ace2b6722176cd3baa4717ff66d (patch)
treed5eaa4bdf94a3603344d761e78efadfcc1fdf15d /README
parent41846c73e6b6628b62178b7053c605c3c65d7c3e (diff)
downloadrenrot-54fa5b6b4a1d6ace2b6722176cd3baa4717ff66d.tar.gz
renrot-54fa5b6b4a1d6ace2b6722176cd3baa4717ff66d.tar.bz2
Write more explanation of Orientation tag rotation in README and manual.
Add new restriction to related section of README. Also fix TODO according last changes. The --aggr-dir option alias is removed. Now 180 degree is approved to use at --rotate-angle or --rotate-thumb options. git-svn-id: file:///svnroot/renrot/trunk@136 fe2816f4-e837-0410-b10a-f608c9d244a1
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 7 insertions, 5 deletions
diff --git a/README b/README
index 8c4e553..8928089 100644
--- a/README
+++ b/README
@@ -44,6 +44,7 @@ namely RenRot? Because:
libjpeg6 (the best open tool to operate JPEG format files, to correctly
rotate both, the very file and the thumbnail inside it);
- it has very much flex file naming and aggregation template engines;
+ - it uses original algorithm of smart Orientation tag rotation;
- it works in batch mode.
@@ -71,7 +72,7 @@ the script:
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 90CCW
+ rotate thumbnails, included to EXIF, for each file by 270CW (same as 90CCW)
renrot --rotate-thumb 270 --extension jpg
fix file mtime according to its EXIF tags or current time stamp, when tags
@@ -88,10 +89,11 @@ the script:
RESTRICTIONS
RenRot has some restrictions at runtime. First off, script handles a whole
-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.
+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).
DEBUGGING

Return to:

Send suggestions and report system problems to the System administrator.