I have written my own scanner controler (using JNI, so I can scan from Java).
My scanner here is an Epson Perfection 2400. When I go through and list all
the options for it, I get:
Option name: mode
Option name: depth
Option name: halftoning
Option name: dropout
Option name: brightness
Option name: sharpness
Option name: gamma-correction
Option name: color-correction
Option name: resolution
Option name: threshold
Option name: zoom
Option name: red-gamma-table
Option name: green-gamma-table
Option name: blue-gamma-table
Option name: cct-1
Option name: cct-2
Option name: cct-3
Option name: cct-4
Option name: cct-5
Option name: cct-6
Option name: cct-7
Option name: cct-8
Option name: cct-9
Option name: tl-x
Option name: tl-y
Option name: br-x
Option name: br-y
Option name: quick-format
Option name: source
Option name: film-type
Option name: focus-position
Option name: bay
Option name: adf_mode
That is just using the API. Strangely, there is no "preview" option listed.
Does this scanner have a preview option? Is there some other way to list them?
SANE API is cool, btw. It was pretty easy to get it set up and start doing
scans in Java. In fact, with gcj, I could even release a binary of this
scanning software.
---------------------------------
Yahoo! Photos
Ring in the New Year with Photo Calendars. Add photos, events, holidays,
whatever.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20060124/589a7b2e/attachment-0001.html
From [email protected] Tue Jan 24 12:14:46 2006
From: [email protected] (Karl Heinz Kremer)
Date: Tue Jan 24 12:14:53 2006
Subject: [sane-devel] Using the API to set preview mode on an Epson
Perfection
In-Reply-To: <[email protected]>
References: <[email protected]>
Message-ID: <[email protected]>
"Preview" is not an option, it's a function of the frontend: Just scan the
whole scan area with a low resolution.
Vacuum Joe wrote:
> I have written my own scanner controler (using JNI, so I can scan from
> Java). My scanner here is an Epson Perfection 2400. When I go through
> and list all the options for it, I get:
>
> Option name: mode
> Option name: depth
> Option name: halftoning
> Option name: dropout
> Option name: brightness
> Option name: sharpness
> Option name: gamma-correction
> Option name: color-correction
> Option name: resolution
> Option name: threshold
> Option name: zoom
> Option name: red-gamma-table
> Option name: green-gamma-table
> Option name: blue-gamma-table
> Option name: cct-1
> Option name: cct-2
> Option name: cct-3
> Option name: cct-4
> Option name: cct-5
> Option name: cct-6
> Option name: cct-7
> Option name: cct-8
> Option name: cct-9
> Option name: tl-x
> Option name: tl-y
> Option name: br-x
> Option name: br-y
> Option name: quick-format
> Option name: source
> Option name: film-type
> Option name: focus-position
> Option name: bay
> Option name: adf_mode
>
> That is just using the API. Strangely, there is no "preview" option
> listed. Does this scanner have a preview option? Is there some other
> way to list them?
>
> SANE API is cool, btw. It was pretty easy to get it set up and start
> doing scans in Java. In fact, with gcj, I could even release a binary of
> this scanning software.
>
>
>
>
> ---------------------------------
> Yahoo! Photos
> Ring in the New Year with Photo Calendars. Add photos, events, holidays,
> whatever.--
> sane-devel mailing list: [email protected]
> http://lists.alioth.debian.org/mailman/listinfo/sane-devel
> Unsubscribe: Send mail with subject "unsubscribe your_password"
> to [email protected]