aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeus Panchenko <zeus@camb.us>2008-06-26 12:14:44 +0000
committerZeus Panchenko <zeus@camb.us>2008-06-26 12:14:44 +0000
commitd21b0de547ea5a59369a23d0ea8753ec4c8a4f5a (patch)
treefa41fae9713a69e771110a420e6cf07e6391eddb
parent0b9d0cb9de24c96672c785f22a27e2bbbcae0c55 (diff)
downloadrenrot-d21b0de547ea5a59369a23d0ea8753ec4c8a4f5a.tar.gz
renrot-d21b0de547ea5a59369a23d0ea8753ec4c8a4f5a.tar.bz2
thm_gen_orig() occurences syntax edited
git-svn-id: file:///svnroot/renrot/trunk@538 fe2816f4-e837-0410-b10a-f608c9d244a1
-rwxr-xr-xrenrot7
1 files changed, 3 insertions, 4 deletions
diff --git a/renrot b/renrot
index a68317d..c408355 100755
--- a/renrot
+++ b/renrot
@@ -851,8 +851,7 @@ sub renRotProcess {
# generating absent ThumbnailImage tag from the original image
if (($isThereIM == 1) and ($gen_thm != 0) and not defined ${$$info{ThumbnailImage}}) {
- thm_gen_orig($file);
- procmsg ("ThumbnailImage was written to the file $file\n");
+ thm_gen_orig($file,1);
}
# analyzing whether and how to rename file
@@ -1416,7 +1415,7 @@ sub contactSheetGenerator {
# Writing tags.
tagWriter($exifToolObj, $montagename);
# Writing ThumbnailImage tag with generated thumbnail
- thm_gen_orig($montagename);
+ thm_gen_orig($montagename,1);
undef $image;
}
@@ -1505,7 +1504,7 @@ sub contactSheetGenerator {
# Writing tags.
tagWriter($exifToolObj, $montagename);
# Writing ThumbnailImage tag with generated thumbnail
- thm_gen_orig($montagename);
+ thm_gen_orig($montagename,1);
chdir $workdir;
unlink <*>;

Return to:

Send suggestions and report system problems to the System administrator.