Skip to content

Commit

Permalink
Replaced interpolation functions for better image quality.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcmaster-au authored and Flameeyes committed Mar 8, 2013
1 parent 3aaf01b commit 0d62080
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 267 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ Original author and maintainer

Diego Elio Pettenò <flameeyes@flameeyes.eu> 2011-
Build system cleanup and code improvements

Michael McMaster <michael@codesrc.com> 2013
Improved image quality when using deskew and stretch
9 changes: 6 additions & 3 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,9 +505,12 @@ <h2><a name="options">Options</a></h2>
all --no-xxx options together. Individual
sheet indices can be specified.

--no-qpixels Disable qpixel-mode for deskewing (do not
internally use a 4x bigger image when
rotating).
--no-qpixels Ignored for backwards compatibility.

--interpolate nearest|linear|cubic Set the interpolation function used for deskewing and stretching
The cubic option provides the best image quality,
while nearest is the fastest.
(default: cubic)

--no-multi-pages Disable multi-page processing even if the
input filename contains a '%' (usually
Expand Down
Loading

0 comments on commit 0d62080

Please sign in to comment.