logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pbmtoibm23xx - convert a PBM image to IBM 23XX printer stream

Author

       Copyright (C) 2004 Jorrit Fahlke <jorrit@jorrit.de>.  Copying policy: GNU GPL version 2

Description

       This program is part of Netpbm(1).

       pbmtoibm23xx reads one or more PBM files as input and writes  an  IBM  23XX  printer  command  stream  to
       generate all the images in all the files to Standard Output.

       If you don't specify any file names, pbmtoibm23xx reads from Standard Input.

Document Source

       This manual page was generated by the Netpbm tool 'makeman' from HTML source.  The  master  documentation
       is at

              http://netpbm.sourceforge.net/doc/pbmtoibm23xx.html

netpbm documentation                             28 January 2022                     Pbmtoibm23xxUserManual(1)

History

pbmtoibm23xx was new in Netpbm 10.25 (October 2004).

Limitations

       There are probably better ways to control the IBM 23XX printers.  Let me know if you find any.

Name

       pbmtoibm23xx - convert a PBM image to IBM 23XX printer stream

Options

       In  addition  to  the options common to all programs based on libnetpbm (most notably -quiet, see  Common
       Options ), pbmtoibm23xx recognizes the following command line options:

       -xres=dpi
              This option specifies the horizontal resolution in dots per inch.  Valid values are 60,  120,  and
              240.

              This option is mandatory.

       -yres=dpi
              This  option  specifies  the  vertical resolution in dots per inch.  Valid values are 60, 120, and
              240.

              This option is mandatory.

       -slow  Use the slower printing mode where two modes with the same resolution are available.  This usually
              produces better quality prints.  This affects only modes with horizontal resolution 120, but might
              affect other modes in future versions of the program.

See Also

pbm(1), Ghostscript (gs).

Synopsis

pbmtoibm23xxx-xres=dpi-yres=dpi [slow [pbmfile ...]

       Minimum unique abbreviation of option is acceptable.  You may use double hyphens instead of single hyphen
       to  denote  options.  You may use white space in place of the equals sign to separate an option name from
       its value.

See Also