Re: Multi-sampling and "2400x4800 dpi" scanners
- From: ljlbox@xxxxxxxxxxxxx
- Date: 12 Sep 2005 08:38:40 -0700
Kennedy McEwen ha scritto:
> [snip]
I forgot one more thing I wanted to ask.
Assume I settle on a solution I like for downsampling my vertical 4800
dpi to 2400.
As I wrote in the other post, I'm trying to path my scanner driver to
have it output 2400 dpi on the *horizontal* axis instead of
interpolated 4800, but I'm afraid I might not make it.
(SANE doesn't even natively support 4800x4800dpi with interpolated x
axis, I have to patch it for that; and then, doing 2400x4800dpi
*without* interpolated x axis looks very hard, because the driver isn't
really written with different x/y resolutions in mind.)
So, assuming I only get 4800x4800dpi with interpolated x axis, how do I
downsample that axis?
Bicubic resize in Photoshop gives blurrier data, *on the x axis* (also
on the y axis, but I've treated that in the other post), than a simple,
uninterpolated 2400x2400 scan does.
Must I know the exact interpolation algorithm used by my scanner, in
order to recover the original data? Or doesn't even that suffice, and
some data gets lost irremediably with the interpolation?
I suppose an interpolation that works as
pixel1 -- (pixel1 + pixel2)/2 -- pixel2 -- (pixel2 + pixel3)/2 --
pixel3 -- etc
should be easily "reversed". But I currently have no clue about the
interpolation used by my scanner, and don't know whether some
interpolation methods are "irreversible".
Is there even perhaps a safe bet about my scanner's algorithm, that is
do most or all scanners use a specific algorithm?
by LjL
ljlbox@xxxxxxxxxx
.
- References:
- Multi-sampling and "2400x4800 dpi" scanners
- From: ljlbox
- Re: Multi-sampling and "2400x4800 dpi" scanners
- From: Don
- Re: Multi-sampling and "2400x4800 dpi" scanners
- From: ljlbox
- Re: Multi-sampling and "2400x4800 dpi" scanners
- From: Kennedy McEwen
- Multi-sampling and "2400x4800 dpi" scanners
- Prev by Date: Re: Multi-sampling and "2400x4800 dpi" scanners
- Next by Date: Re: 9950F and 4990, a toss-up?
- Previous by thread: Re: Multi-sampling and "2400x4800 dpi" scanners
- Next by thread: Re: Multi-sampling and "2400x4800 dpi" scanners
- Index(es):
Relevant Pages
|