From acaeca644f439ca5d755eca952819bf31ccbb653 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 12 Jan 2009 01:11:15 -0800 Subject: [PATCH] increased thumbnail quality to 95 --- PhotoPackager.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhotoPackager.pl b/PhotoPackager.pl index 7784eab..61c19f1 100644 --- a/PhotoPackager.pl +++ b/PhotoPackager.pl @@ -77,7 +77,7 @@ foreach $file (sort {lc($a) cmp lc($b) } (@files)) { `\"$convertpath\" -filter Lanczos -resize 1280x1280 -unsharp 1.0x0.8+1.0+.05 -quality 95 \"$input\" \"$reg\"`; print LOG "."; `\"$compositepath\" -monitor -dissolve 15 -gravity \"SouthEast\" \"$watermarkpath\" \"$reg\" \"$reg\"`; print LOG "."; `\"$convertpath\" -size 1280x1280 -filter Lanczos -resize 500x500 -unsharp 1.0x0.8+1.0+.05 -quality 95 \"$input\" \"$mid\"`; print LOG "."; - `\"$convertpath\" -size 500x500 -filter Lanczos -resize 150x150 -unsharp 1.0x0.8+1.0+.05 -quality 75 \"$input\" \"$thm\"`; print LOG "."; + `\"$convertpath\" -size 500x500 -filter Lanczos -resize 150x150 -unsharp 1.0x0.8+1.0+.05 -quality 95 \"$input\" \"$thm\"`; print LOG "."; ## create XML entry for that file. print XML ''."\n"; print XML ''.$new_file.''."\n";