wok-next annotate amiwm/stuff/ppmtoinfo.1 @ rev 21573

updated dansguardian (2.10.1.1 -> 2.12.0.3)
author Hans-G?nter Theisgen
date Mon Jun 22 17:38:17 2020 +0100 (2020-06-22)
parents
children
rev   line source
al@20844 1 .TH ppmtoinfo 1 "March 3, 2000"
al@20844 2 .SH NAME
al@20844 3 ppmtoinfo \- convert a portable pixmap into an Amiga .info file
al@20844 4 .SH SYNOPSIS
al@20844 5 .B ppmtoinfo
al@20844 6 [\-type icontype] [\-floyd|\-fs] [\-map mapfile] [ppmfile] [ppmfile]
al@20844 7 .SH DESCRIPTION
al@20844 8 This manpage documents briefly the
al@20844 9 .B ppmtoinfo
al@20844 10 command.
al@20844 11 This manual page was written for the Debian GNU/Linux distribution
al@20844 12 because the original program does not have a manual page.
al@20844 13 .PP
al@20844 14 .B ppmtoinfo
al@20844 15 is a program that converts portable pixmap (.ppm) files into the
al@20844 16 Amiga info format which is used to store icons as.
al@20844 17 .SH OPTIONS
al@20844 18 .TP
al@20844 19 .BI \-type " icontype"
al@20844 20 set the type of the icon.
al@20844 21 .TP
al@20844 22 .B \-floyd, \-fs
al@20844 23 Enable Floyd\-Steinberg
al@20844 24 .TP
al@20844 25 .BI \-map " mapfile"
al@20844 26 Use the map file mapfile
al@20844 27 .br
al@20844 28 .SH ICON TYPES
al@20844 29 The
al@20844 30 .B \-type
al@20844 31 option lets you set the type of the icon you creat. The parameter
al@20844 32 can be any of
al@20844 33 .TP
al@20844 34 .B appicon
al@20844 35 A normal application
al@20844 36 .TP
al@20844 37 .B device
al@20844 38 A device
al@20844 39 .TP
al@20844 40 .B disk
al@20844 41 A disk
al@20844 42 .TP
al@20844 43 .B drawer
al@20844 44 A drawer (directory)
al@20844 45 .TP
al@20844 46 .B garbage
al@20844 47 A garbage can
al@20844 48 .TP
al@20844 49 .B kick
al@20844 50 A kickstart?
al@20844 51 .TP
al@20844 52 .B project
al@20844 53 A project?
al@20844 54 .TP
al@20844 55 .B tool
al@20844 56 A toolbox?
al@20844 57
al@20844 58 .SH SEE ALSO
al@20844 59 .BR amiwm (1)
al@20844 60 .br
al@20844 61 .SH AUTHOR
al@20844 62 This manual page was written by Jorgen Schaefer <forcer@mindless.com>
al@20844 63 for the Debian GNU/Linux system (but may be used by others).