man > pbmtomacp(1)

TLDR: pbmtomacp (tldr-pages)

Convert a PBM image to a MacPaint file.

  • Convert a PBM image to a MACP file
    pbmtomacp {{path/to/image.pbm}} > {{path/to/output.macp}}
  • Do not compress the output file
    pbmtomacp {{-n|-norle}} {{path/to/image.pbm}} > {{path/to/output.macp}}
Pbmtomacp User Manual(1)               General Commands Manual              Pbmtomacp User Manual(1)

NAME
       pbmtomacp - convert a PBM image to a MacPaint file


SYNOPSIS
       pbmtomacp [-left left]

       [-right right]

       [-top top]

       [-bottom bottom]

       [pbmfile]

       All  options can be abbreviated to their shortest unique prefix.  You may use two hyphens in‐
       stead of one to designate an option.  You may use either white space or equals signs  between
       an option name and its value.



DESCRIPTION
       This program is part of Netpbm(1).

       pbmtomacp reads a PBM image as input and produces a MacPaint file as output.

       If you do not specify pbmfile, pbmtomacp uses Standard Input.

        The  generated  file  is  only  the data fork of a picture.  You will need a program such as
       mcvert to generate a Macbinary or a BinHex file that contains the  necessary  information  to
       identify the file as a PNTG file to MacOS.



OPTIONS
       In  addition  to  the options common to all programs based on libnetpbm (most notably -quiet,
       see ]8;;index.html#commonoptions\ Common Options]8;;\ ), pbmtomacp recognizes the following command line options:




       -norle This option tells pbmtomacp not to use any run length encoding compression in the Mac‐
              Paint image it produces.  This output, while not normal, conforms to MacPaint specifi‐
              cations and can be read by any MacPaint decoder without any special settings.

              The only value of this option is testing and experimentation.  The option causes every
              output image to contain exactly 53072 bytes, which is the theoretical maximum size for
              a MacPaint image.

              Without -norle, MacPaint compresses the image as much as possible and the output  size
              depends on the nature of the input.


       -left  -right  -top -bottom These options let you define a rectangle within the image to con‐
              vert.  The default is the whole file.  If the specified image is too large for a  Mac‐
              Paint-file,  pbmtomacp  cuts the image to fit, starting at the specified top left cor‐
              ner.

              These options exist for backward compatibility with an  unfortunate  original  design.
              They  do the same thing that you can do in a more Netpbm-like way and more flexibly by
              processing the input through pamcut.




SEE ALSO
       macptopbm(1), ppmtopict(1), pamcut(1), pbm(1), mcvert documentation


HISTORY
       pbmtomacp was added to Netpbm in 1988, written by Douwe van der Schaaf  (...!mcvax!uvapsy!vd‐
       schaaf).

       In  2015,  Akira  Urushibata  replaced  the program with the current version, using different
       logic and none of the original code.  The new version used the "packed PBM" facilities of the
       Netpbm library and the shhopt method of command line parsing.

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/pbmtomacp.html

netpbm documentation                        26 April 2015                   Pbmtomacp User Manual(1)
pbmtomacp(1)
NAME SYNOPSIS DESCRIPTION OPTIONS
-norle This option tells pbmtomacp not to use any run length encoding compression in the Mac‐ -left -right -top -bottom These options let you define a rectangle within the image to con‐
SEE ALSO HISTORY DOCUMENT SOURCE

Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-04 10:10 @216.73.216.46
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!

^_top_^