Re: SANE-HP Success with HP Scanjet 4P Model C1130A

Andrew Kuchling (amk@magnet.com)
Mon, 10 Nov 1997 09:20:18 -0500 (EST)

"Howard J. Poe" <falcor@cvconline.com> wrote:
>P.S. Has anyone given though to integrating support with one of the JPEG
>programs to save disk space while scanning? An output to JPEG would
>REALLY help. I'm more of a system administrator working in Perl and shell

I've written a Python interface to SANE that works in tandem
with Fredrik Lundh's imaging library; scan results are returned as an
Image object that can then be manipulated in various ways, and saved
in various formats, such as PNG or JPEG. If you don't want to use
Python, I'm sure there's a similar image processing toolkit for Perl
that would only require a SANE interface to be written.

The code is now at http://starship.skyport.net/crew/amk/maintained/ .

Andrew Kuchling
amk@magnet.com
http://starship.skyport.net/crew/amk/

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com