Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

primaxscan(1) [debian man page]

PRIMAXSCAN(1)						User Contributed Perl Documentation					     PRIMAXSCAN(1)

NAME
primaxscan USAGE
primaxscan [options] primaxscan -f filename.tiff primaxscan -h OPTIONS
-h, --help shows this message -v [LEVEL] , --verbose=[LEVEL] increase debugging output -P PORT, --port=PORT Hex-address of the parallel-PORT (378) -s SPEED, --speed=SPEED SPEED of the carriage {0,1,2...15} -S RES, --Scanner=RES max. optical RESolution of the Scanner {300,600} dpi -V, --version display version -p LxT, --pos=LxT position form Left x Top in inch -d WxH, --dim=WxH Width x Heigth of scan area in inch (max. 8.50 x 11.70) -c C, --contrast=C Contrast {(-2000)..(1000)} -b B, --brightness=B Brightness {(-200)..(200)} -g G, --gamma=G Gamma {(0.2)..(5)} -r RES, --res=RES RESolution in dpi (max. 300) see option -S -f NAME, --file=NAME NAME for tiff-file -C val, --Compression=val, val=0 switches compression off -l on/off, --lamp=on/off turn lamp on/off -D, --RED only RED-channel -E, --BLUE only BLUE-channel -N, --GREEN only GREEN-channel -R, --RGB 24-Bit RGB-mode (default) -G, --GRAY 8-Bit GRAY-mode -B, --BW 1-Bit Black-White-mode (possible with all other modes) SEE ALSO
http://primax.sourceforge.net/faq.html AUTHORS
Software authors: Marco Foglia <marco@foglia.org> Thomas Schano <Schano@t-online.de> Christian Ordig <chr.ordig@gmx.net> Manual author: Ola Lundqvist <opal@debian.org> POD ERRORS
Hey! The above document had some coding errors, which are explained below: Around line 13: '=item' outside of any '=over' Around line 98: You forgot a '=back' before '=head1' Around line 104: '=item' outside of any '=over' Primaxscan Sat Apr 21 13:35:52 UTC 2012 PRIMAXSCAN(1)

Check Out this Related Man Page

Net::Whois::RIPE::Iterator(3pm) 			User Contributed Perl Documentation			   Net::Whois::RIPE::Iterator(3pm)

NAME
Net::Whois::RIPE::Iterator - iterator for RIPE object's. SYNOPSIS
use Net::Whois::RIPE; use Net::Whois::RIPE::Iterator; $whois = Net::Whois::RIPE->new($host); $iterator = Net::Whois::RIPE::Iterator->new($whois,$query); while ($obj = $iterator->next) { ... } DESCRIPTION
Implements an iterator for Net::Whois::RIPE::Objects. CONSTRUCTOR
new (WHOIS, QUERY) The constructor returns undef on failure. If debug is on then a message is carped about the failure. WHOIS is an object of class Net::Whois::RIPE QUERY is a query string to be sent to the WHOIS object to retrieve the whois objects. METHODS
next() Returns the next Net::Whois::RIPE::Object from the query. Returns undef if no more objects. debug(LEVEL) Sets/gets debugging level on the class or an object. 0 - no debugging 1 - debugging on AUTHOR
Kevin Baker, <shagol@users.sourceforge.net> SEE ALSO
Net::Whois::RIPE Net::Whois::RIPE::Object COPYRIGHT
Copyright (C) 2000 Kevin Baker and APNIC Pty. Ltd. 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 1, 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 GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. POD ERRORS
Hey! The above document had some coding errors, which are explained below: Around line 23: '=item' outside of any '=over' Around line 33: You forgot a '=back' before '=head1' Around line 35: '=item' outside of any '=over' Around line 48: You forgot a '=back' before '=head1' perl v5.10.0 2006-04-17 Net::Whois::RIPE::Iterator(3pm)
Man Page