wok diff amiwm/stuff/ppmtoinfo.1 @ rev 22494
updated arping (2.13 -> 2.20)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 31 17:25:22 2019 +0100 (2019-12-31) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/amiwm/stuff/ppmtoinfo.1 Tue Dec 31 17:25:22 2019 +0100 1.3 @@ -0,0 +1,63 @@ 1.4 +.TH ppmtoinfo 1 "March 3, 2000" 1.5 +.SH NAME 1.6 +ppmtoinfo \- convert a portable pixmap into an Amiga .info file 1.7 +.SH SYNOPSIS 1.8 +.B ppmtoinfo 1.9 +[\-type icontype] [\-floyd|\-fs] [\-map mapfile] [ppmfile] [ppmfile] 1.10 +.SH DESCRIPTION 1.11 +This manpage documents briefly the 1.12 +.B ppmtoinfo 1.13 +command. 1.14 +This manual page was written for the Debian GNU/Linux distribution 1.15 +because the original program does not have a manual page. 1.16 +.PP 1.17 +.B ppmtoinfo 1.18 +is a program that converts portable pixmap (.ppm) files into the 1.19 +Amiga info format which is used to store icons as. 1.20 +.SH OPTIONS 1.21 +.TP 1.22 +.BI \-type " icontype" 1.23 +set the type of the icon. 1.24 +.TP 1.25 +.B \-floyd, \-fs 1.26 +Enable Floyd\-Steinberg 1.27 +.TP 1.28 +.BI \-map " mapfile" 1.29 +Use the map file mapfile 1.30 +.br 1.31 +.SH ICON TYPES 1.32 +The 1.33 +.B \-type 1.34 +option lets you set the type of the icon you creat. The parameter 1.35 +can be any of 1.36 +.TP 1.37 +.B appicon 1.38 +A normal application 1.39 +.TP 1.40 +.B device 1.41 +A device 1.42 +.TP 1.43 +.B disk 1.44 +A disk 1.45 +.TP 1.46 +.B drawer 1.47 +A drawer (directory) 1.48 +.TP 1.49 +.B garbage 1.50 +A garbage can 1.51 +.TP 1.52 +.B kick 1.53 +A kickstart? 1.54 +.TP 1.55 +.B project 1.56 +A project? 1.57 +.TP 1.58 +.B tool 1.59 +A toolbox? 1.60 + 1.61 +.SH SEE ALSO 1.62 +.BR amiwm (1) 1.63 +.br 1.64 +.SH AUTHOR 1.65 +This manual page was written by Jorgen Schaefer <forcer@mindless.com> 1.66 +for the Debian GNU/Linux system (but may be used by others).