Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Quack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
commul
Zeit.shift
Quack
Commits
b04e5044
"en/help-annis-glossary.php" did not exist on "71ab0a9d0c4725c83172b7009e7aff42b9bb2107"
Commit
b04e5044
authored
11 years ago
by
Toke Eskildsen
Browse files
Options
Downloads
Patches
Plain Diff
Changes default presentation JPEG quality to 95
parent
be673def
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
presentation.sh
+3
-3
3 additions, 3 deletions
presentation.sh
with
3 additions
and
3 deletions
presentation.sh
+
3
−
3
View file @
b04e5044
...
...
@@ -17,7 +17,7 @@ SETTINGS="presentation.settings"
# no intensities > 240.
# Quality is for JPEG output. This needs to be quite high as JPEG artifacts are
# very visible with tiny text.
DEFAULT_COMMANDS
=
"-geometry 50%x> -unsharp 0.8x0.1+0.8+2.0 -level 10,1.0,245 -quality 9
0
"
DEFAULT_COMMANDS
=
"-geometry 50%x> -unsharp 0.8x0.1+0.8+2.0 -level 10,1.0,245 -quality 9
5
"
# Input: source
# Output: COMMANDS (GraphicsMagick options)
...
...
@@ -26,13 +26,13 @@ function get_commands() {
if
[
"."
!=
".
`
echo
\"
$SOURCE
\"
|
grep
-o
inesta
`
"
]
;
then
# 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,220 -quality 9
0
"
COMMANDS
=
"-geometry 50%x> -unsharp 0.8x0.1+0.8+2.0 -level 0,1.0,220 -quality 9
5
"
return
fi
if
[
"."
!=
".
`
echo
\"
$SOURCE
\"
|
grep
-o
pex
`
"
]
;
then
# This provider has scans practically without any blown high- or low-lights
# 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 9
0
"
COMMANDS
=
"-geometry 38%x> -unsharp 0.8x0.1+0.8+2.0 -level 30,0.8,240 -quality 9
5
"
return
fi
COMMANDS
=
"
$DEFAULT_COMMANDS
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment