I just committed an update to sane.h which makes those new entries
into preprocessor macros. So, just change the #if 0 to #if 1 in both
places, and the compression arg will return.
allan
On Wed, Apr 22, 2009 at 9:01 AM, m. allan noah wrote:
> No, I protected the code in the backend with #ifdef,
No, I protected the code in the backend with #ifdef, but the status
and frames are enums. I'll switch the new ones to #defines, and commit
it to cvs.
allan
On Wed, Apr 22, 2009 at 2:52 AM, Stefan Below wrote:
> Hi,
> i think i have to change? something in the fujitsu source too.
> When i compile
Hi,
i think i have to change something in the fujitsu source too.
When i compile the backends, i get this warning:
fujitsu.c:6844: Warning: ?read_from_JPEGduplex? defined. but not used
changelog from the fujitsu backend:
v92 2009-04-12, MAN
- disable SANE_FRAME_JPEG support (aga
Hello,
how can i enable jpeg compression for the fujitsu scanner (4120C)?
I used it a lot last year, but after reinstalling my system, the feature
is no longer available.
So i compiled the lates sane-backends. Bu when i try to compile
sane-frontends, i get the following error-message:
scanadf.
Yes- the new frame types and new statuses are no longer enabled by
default in sane-backends CVS, because we are preparing for a non-API
changing release.
You will need to edit include/sane/sane.h, and change the '#if 0' to
'#if 1' around the new status values and around the new frame types,
and ad