aboutsummaryrefslogtreecommitdiff
path: root/renrot
diff options
context:
space:
mode:
authorZeus Panchenko <zeus@camb.us>2008-06-26 12:04:50 +0000
committerZeus Panchenko <zeus@camb.us>2008-06-26 12:04:50 +0000
commit3c9f1c1857906b9b7a059cb2cfa071ee9d3d097d (patch)
treee44fd6d108d2a8f2b63bd1ca5d3d03a0ac9ad87a /renrot
parentbbcd070e6d110b9efbe535c37fc885a69177c219 (diff)
downloadrenrot-3c9f1c1857906b9b7a059cb2cfa071ee9d3d097d.tar.gz
renrot-3c9f1c1857906b9b7a059cb2cfa071ee9d3d097d.tar.bz2
Previously obligatory "jpg:" format for thumbnails used for cs
now can be any format IM can understand. git-svn-id: file:///svnroot/renrot/trunk@536 fe2816f4-e837-0410-b10a-f608c9d244a1
Diffstat (limited to 'renrot')
-rwxr-xr-xrenrot4
1 files changed, 2 insertions, 2 deletions
diff --git a/renrot b/renrot
index e93bf3b..e38c7f5 100755
--- a/renrot
+++ b/renrot
@@ -1351,7 +1351,7 @@ sub contactSheetGenerator {
"none"
);
for ($readIndex = 0, $csIter = $csIterator * $tileMul; $csIter < ($csIterator * $tileMul + $tileMul); $csIter++, $readIndex++) {
- $readres = $image->Read("jpg:" . $thumbnailes_sorted[$csIter]);
+ $readres = $image->Read($thumbnailes_sorted[$csIter]);
if (not $readres) {
dbgmsg (4, "$thumbnailes_sorted[$csIter] was successfully read.\n");
} else { errmsg ("Image::Magick error: $readres\n\n"); }
@@ -1435,7 +1435,7 @@ sub contactSheetGenerator {
);
for ($readIndex = 0, $csIteration = $csIterator * $tileMul; $csIteration < $csIterationNumber; $csIteration++, $readIndex++) {
- $readres = $image->Read("jpg:" . $thumbnailes_sorted[$csIteration]);
+ $readres = $image->Read($thumbnailes_sorted[$csIteration]);
if (not $readres) { dbgmsg (4, "$thumbnailes_sorted[$csIteration] was successfully red.\n"); }
else { errmsg ("Image::Magick error: $readres\n\n"); }

Return to:

Send suggestions and report system problems to the System administrator.