Bash Cures Cancer
Learn the UNIX/Linux command line

Home     Man Pages     SpamDefeator


				    pktopbm

   Updated: 6 August 1990
   Table Of Contents

NAME

   pktopbm - convert packed (PK) format font into PBM

SYNOPSIS

   pktopbm  pkfile[.pk]	 [ -x width ] [ -y height ] [-c num] pbm-
file ...

DESCRIPTION

   This program is part of Netpbm.

   pktopbm reads a packed (PK) font file as input,  and	 produces
PBM images as
   output.  If the filename "-" is used for any of the filenames,
the standard
   input stream (or standard output where  appropriate)	 will  be
used. If either
   the	width or height is specified, this value will be used for
all bitmaps
   produced. Also if one or both values are specified, the bitmap
will be
   relocated  with  the	 hoffset and voffset given in the pkfile.
The basepoint
   will be placed in the lower left corner of the bitmap  if  the
bitmap is
   bigger than the specified size it will be truncated at the top
or right.

OPTIONS

   -c num
	  Sets the character number of the next bitmap written to
num.
   -x width
	  Sets the width of the image in columns.
   -y width
	  Sets the height of the image in rows.



SEE ALSO

   pbmtopk, pbm

AUTHOR

   Adapted   from   Tom	  Rokicki's   pxtopk   by   Angus  Duggan
.
    in March 1995.
     _________________________________________________________________



Table Of Contents

     * NAME
     * SYNOPSIS
     * DESCRIPTION
     * OPTIONS
     * SEE ALSO
     * AUTHOR

































































UNIX/Linux commands referenced on this page:
  1. convert
  2. file
  3. as
  4. bitmap
  5. size
  6. at
  7. pbmtopk