Skip to content
Snippets Groups Projects
Commit 9bc194a3 authored by Toke Eskildsen's avatar Toke Eskildsen
Browse files

Small tweaks to the presentation script

parent f1da85e4
No related branches found
No related tags found
No related merge requests found
...@@ -26,12 +26,13 @@ function get_commands() { ...@@ -26,12 +26,13 @@ function get_commands() {
if [ "." != ".`echo \"$SOURCE\" | grep -o inesta`" ]; then if [ "." != ".`echo \"$SOURCE\" | grep -o inesta`" ]; then
# This provider has very dark scans with no intensities > 240 # This provider has very dark scans with no intensities > 240
COMMANDS="-geometry 50%x> -unsharp 0.8x0.1+0.8+2.0 -level 0,1.0,230 -quality 90" COMMANDS="-geometry 50%x> -unsharp 0.8x0.1+0.8+2.0 -level 0,1.0,220 -quality 90"
return return
fi fi
if [ "." != ".`echo \"$SOURCE\" | grep -o pex`" ]; then if [ "." != ".`echo \"$SOURCE\" | grep -o pex`" ]; then
# This provider has scans practically without any blown high- or low-lights # This provider has scans practically without any blown high- or low-lights
COMMANDS="-geometry 50%x> -unsharp 0.8x0.1+0.8+2.0 -level 15,1.0,240 -quality 90" # Input is 400 DPI so we need to scale a bit more to reach ~150DPI
COMMANDS="-geometry 38%x> -unsharp 0.8x0.1+0.8+2.0 -level 30,0.8,240 -quality 90"
return return
fi fi
COMMANDS="$DEFAULT_COMMANDS" COMMANDS="$DEFAULT_COMMANDS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment