From b864362cbe9af275cf042d6b4a88c02ce399d51b Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 28 Jun 2020 22:27:25 +0000 Subject: make formatting more uniform git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3881 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- ppmtopict.html | 75 ++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 33 deletions(-) (limited to 'ppmtopict.html') diff --git a/ppmtopict.html b/ppmtopict.html index e6d1d5ff..085b04b1 100644 --- a/ppmtopict.html +++ b/ppmtopict.html @@ -1,36 +1,44 @@ - -Ppmtopict User Manual -

ppmtopict

+ +Ppmtopict User Manual + +

ppmtopict

Updated: 15 April 1990 -
-Table Of Contents +
+Table Of Contents -

NAME

+

NAME

ppmtopict - convert a PPM image to a Macintosh PICT file -

SYNOPSIS

+

SYNOPSIS

-ppmtopict +ppmtopict -[ppmfile] +[ppmfile] -

DESCRIPTION

+

DESCRIPTION

This program is part of Netpbm.

ppmtopict reads a PPM image as input and produces a Macintosh PICT file as output. -

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 +

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 PICT file to MacOS. -

Even though PICT can have 2 and 4 bits per pixel, ppmtopict +

Even though PICT can have 2 and 4 bits per pixel, ppmtopict always generates an 8 bits per pixel file. -

LIMITATIONS

+

OPTIONS

+ +

There are no command line options defined specifically +for ppmtopict, but it recognizes the options common to all +programs based on libnetpbm (See +Common Options.) + +

LIMITATIONS

The picture size field is correct only if the output is to a file since writing into this field requires seeking backwards on a file. @@ -38,25 +46,26 @@ However the PICT documentation seems to suggest that this field is not critical anyway since it is only the lower 16 bits of the picture size. -

SEE ALSO

+

SEE ALSO

-picttoppm, -ppm, +picttoppm, +ppm, mcvert -

AUTHOR

- -Copyright (C) 1990 by Ken Yap <ken@cs.rocester.edu>. - -
-

Table Of Contents

- - - +

AUTHOR

+ +Copyright (C) 1990 by Ken Yap <ken@cs.rocester.edu>. + +
+

Table Of Contents

+ + + -- cgit 1.4.1