changes to the quality settings of the outputted images... reduced quality all the way around, light (although not too light) sharpening added to midsized images.
This commit is contained in:
parent
ed3c0c9521
commit
6d9de1539a
1 changed files with 4 additions and 4 deletions
|
@ -74,10 +74,10 @@ foreach $file (sort {lc($a) cmp lc($b) } (@files)) {
|
|||
$num_files--;
|
||||
|
||||
## Create Commands.
|
||||
`\"$convertpath\" -resize 1280x1280 \"$input\" \"$reg\"`; print LOG ".";
|
||||
`\"$compositepath\" -dissolve 15 -gravity \"SouthEast\" \"$watermarkpath\" \"$reg\" \"$reg\"`; print LOG ".";
|
||||
`\"$convertpath\" -resize 500x500 \"$input\" \"$mid\"`; print LOG ".";
|
||||
`\"$convertpath\" -quality 50 -resize 150x150 -quality 50 \"$input\" \"$thm\"`; print LOG ".";
|
||||
`\"$convertpath\" -monitor -quality 80 -resize 1280x1280 \"$input\" \"$reg\"`; print LOG ".";
|
||||
`\"$compositepath\" -monitor -dissolve 15 -gravity \"SouthEast\" \"$watermarkpath\" \"$reg\" \"$reg\"`; print LOG ".";
|
||||
`\"$convertpath\" -monitor -quality 80 -sharpen 1 -resize 500x500 \"$input\" \"$mid\"`; print LOG ".";
|
||||
`\"$convertpath\" -monitor -quality 50 -resize 150x150 -quality 50 \"$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