increased thumbnail quality to 95
This commit is contained in:
parent
7bb671fa80
commit
acaeca644f
1 changed files with 1 additions and 1 deletions
|
@ -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 '<photo>'."\n";
|
||||
print XML '<image>'.$new_file.'</image>'."\n";
|
||||
|
|
Loading…
Reference in a new issue