[Hp5400backend-cvs-update] hp5400/hp5400 hp5400_internal.c,NONE,1.1
Status: Alpha
Brought to you by:
soumarmt
From: <sou...@us...> - 2003-05-31 17:27:47
|
Update of /cvsroot/hp5400backend/hp5400/hp5400 In directory sc8-pr-cvs1:/tmp/cvs-serv31554 Added Files: hp5400_internal.c Log Message: *retrieved changes from SANE 1.0.12 backend package\n*fixed compilation\n*fixed copyrights --- NEW FILE: hp5400_internal.c --- /* sane - Scanner Access Now Easy. Copyright (C) 2003 Martijn van Oosterhout <kl...@sv...> Copyright (C) 2003 Thomas Soumarmon <tho...@co...> Copyright (c) 2003 Henning Meier-Geinitz, <he...@me...> Originally copied from HP3300 testtools. Original notice follows: Copyright (C) 2001 Bertrik Sikken (be...@zo...) This file is part of the SANE package. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [...1300 lines suppressed...] DecodeImage (temp, planes, bpp, planes * bpp * width, height, argv[5]); fclose (temp); } return 1; } if (HP5400Open (&scanner, NULL) < 0) { return 1; } PreviewScan (scanner.iXferHandle); HP5400Close (&scanner); fprintf (stderr, "Note: output is in output.ppm\n"); return 0; } #endif |