home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / INSTINFO / NETPBM. < prev    next >
Encoding:
Text File  |  1998-07-24  |  16.7 KB  |  731 lines

  1. # Automatically generated decoration file for /archive/contents/netpbm
  2. #
  3. # This file and any information not otherwise attributed is
  4. # Copyright 1995 by Ready-to-Run Software, Inc.
  5. #
  6. # All Rights Reserved
  7. #
  8. *DESCRIPTION*
  9. netpbm - version 1mar1994
  10.                            N E T P B M
  11.                      Release 7 December 1993
  12.  
  13. Netpbm is a toolkit for conversion of images between a variety of
  14. different formats, as well as to allow a few basic image operations.
  15.  
  16. Netpbm is based on the widely spread Pbmplus package (release: 10 Dec 91).
  17. On top of that, a lot of improvements and additions have been made. After
  18. the latest release of Pbmplus, a lot of additional filters have been
  19. circulating on the net. The aim of Netpbm was, to collect these and to turn
  20. them into a package. This work has been performed by a group of program-
  21. mers all over the world.
  22.  
  23. Below this line follows the original README file from Pbmplus.
  24.  
  25. ***************************************************************
  26.  
  27.  
  28.                   Extended Portable Bitmap Toolkit
  29.                       Distribution of 10dec91
  30.                    Previous distribution 30oct91
  31.  
  32.  
  33. PBMPLUS is a toolkit for converting various image formats to and from
  34. portable formats, and therefore to and from each other.  The idea is,
  35. if you want to convert among N image formats, you only need 2*N
  36. conversion filters, instead of the N^2 you would need if you wrote each
  37. one separately.
  38.  
  39. In addition to the converters, the package includes some simple tools
  40. for manipulating the portable formats.
  41.  
  42. The package is broken up into four parts.  First is PBM, for bitmaps (1
  43. bit per pixel).  Then there is PGM, for grayscale images.  Next is PPM,
  44. for full-color images.  Last, there is PNM, which does content-independent
  45. manipulations on any of the three internal formats, and also handles
  46. external formats that have multiple types.
  47.  
  48. The parts are upwards compatible: PGM reads both PGM and PBM files and
  49. writes PGM; PPM reads all three and writes PPM; and PNM reads all three
  50. and writes, usually, the same type as it read.  Whenever PNM makes an
  51. exception and "promotes" a file to a higher format, it lets you know.
  52.  
  53. .
  54. *LICENSE*
  55. COPYRIGHTS for NETPBM
  56.  
  57. A great many people have contributed to the NETPBM package.
  58.  
  59. ************************************************************************
  60.  
  61. Copyright (c) 1988, 1989, 1990, 1991, 1992 Sam Leffler
  62. Copyright (c) 1991, 1992 Silicon Graphics, Inc.
  63.  
  64. Permission to use, copy, modify, distribute, and sell this software and
  65. its documentation for any purpose is hereby granted without fee, provided
  66. that (i) the above copyright notices and this permission notice appear in
  67. all copies of the software and related documentation, and (ii) the names of
  68. Sam Leffler and Silicon Graphics may not be used in any advertising or
  69. publicity relating to the software without the specific, prior written
  70. permission of Sam Leffler and Silicon Graphics.
  71.  
  72. THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
  73. EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
  74. WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  75.  
  76. IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  77. ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  78. OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  79. WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
  80. LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  81. OF THIS SOFTWARE.
  82.  
  83. Copyright (C) 1991 by Rainer Klute.
  84.  
  85. Permission to use, copy, modify, distribute, and sell this software and
  86. its documentation for any purpose is hereby granted without fee, provided
  87. that the above copyright notice appear in all copies and that both that
  88. copyright notice and this permission notice appear in supporting
  89. documentation, and that the copyright holder's name not be used in
  90. advertising or publicity pertaining to distribution of the software
  91. without specific, written prior permission. The copyright holder makes
  92. no representations about the suitability of this software for any
  93. purpose. It is provided "as is" without express or implied warranty.
  94.  
  95.  
  96. Copyright 1989, 1990 Michael P. Marking, Post Office Box 8039,
  97. Scottsdale, Arizona 85252-8039. All rights reserved.
  98.  
  99. License is granted by the copyright holder to distribute and use this
  100. code without payment of royalties or the necessity of notification as
  101. long as this notice (all the text under "LEGAL") is included.
  102.  
  103. Copyright (C) 1988, 1989, 1991, 1992 by Jef Poskanzer.
  104. Copyright (C) 1991 by Bill Janssen.
  105. Copyright (C) 1989 by Paul Haeberli.
  106. Copyright (C) 1988 Diomidis D. Spinellis.
  107. Copyright 1987 by Patrick J. Naughton.
  108. Copyright (C) 1989, 1991 by Tony Hansen.
  109. Copyright (C) 1988 by David Beckemeyer.
  110. Copyright (C) 1990 by Angus Duggan.
  111. Copyright (C) 1988 by David Beckemeyer.
  112. Copyright (C) 1988 by James Darrell McCauley.
  113. Copyright (C) 1990 by Ken Yap.
  114. Copyright 1989 by Mike Parker.
  115. Copyright (C) 1991 by John Tiller.
  116. Copyright (C) 1990 by Arthur David Olson.
  117. Copyright (C) 1988, 1989 by Bo Thide'.
  118. Copyright (C) 1988 by Douwe vand der Schaaf.
  119. Copyright (C) 1991 by Jamie Zawinski.
  120. Copyright (C) 1993 by Robert Perlberg.
  121. Copyright (C) 1993 by Oliver Trepte.
  122. Copyright (C) 1989, 1990 by Wilson H. Bent, Jr.
  123. Copyright (C) 1991 by Texas Agricultural Experiment Station.
  124. Copyright (C) 1993 by Frank Neumann.
  125. Copyright (C) 1992 by Alberto Accomazzi.
  126. Copyright (C) 1991 by Marvin Landis.
  127. Copyright (C) 1994 by Ingo Wilken.
  128. Copyright (c) 1991, 1992, 1993 by David Koblas
  129. Copyright (c) 1992 Smithsonian Astrophysical Observatory.
  130. Copyright (C) 1991 by Bill Davidson.
  131. Copyright (c) 1990 by Sun Microsystems, Inc.
  132. Copyright (c) Digital Equipment Corporation, 1992
  133. Copyright (C) 1992 by David W. Sanderson.
  134. Copyright (C) 1990 by Kanthan Pillay.
  135. Copyright (C) 1992, 93 by S.Petra Zeidler.
  136. Copyright (C) 1990 by Michael Davidson.
  137. Copyright (c) 1992 by Hadmut Danisch.
  138. Copyright (C) 1991 by Steve Belczyk.
  139. Copyright (C) 1991 by Christos Zoulas.
  140. Copyright (C) 1991 by Rick Vinci.
  141. Copyright (C) 1989, 1991 by Mark Shand.
  142. Copyright (C) 1990 by Mark W. Snitily.
  143. Copyright (C) 1991 by DHD PostImage Inc.
  144. Copyright (C) 1987 by Abekas Video Systems Inc.
  145. Copyright (C) 1993 by Andre Beck.
  146. Copyright (c) 1988  Philip R. Thompson.
  147. Copyright (C) 1993 by David K. Drum.
  148. Copyright (C) 1993 by Frank Neumann.
  149. Copyright (C) 1993 by Robert Perlberg.
  150. Copyright 1990 by Stephen Paul Lesniewski.
  151. Copyright George Phillips.
  152. Copyright 1990 by Brian Moffet.
  153. Copyright 1993 by Dan Stromberg.
  154.  
  155.  
  156. Permission to use, copy, modify, and distribute this software and its
  157. documentation for any purpose and without fee is hereby granted, provided
  158. that the above copyright notice appear in all copies and that both that
  159. copyright notice and this permission notice appear in supporting
  160. documentation.  This software is provided "as is" without express or
  161. implied warranty.
  162.  
  163. .
  164.  
  165. *FILEGROUP*    Grouping:Shared: Heading:Unformatted Man pages:
  166. man/mann/anytopnm.1
  167. man/mann/asciitopgm.1
  168. man/mann/atktopbm.1
  169. man/mann/bioradtopgm.1
  170. man/mann/bmptoppm.1
  171. man/mann/brushtopbm.1
  172. man/mann/cmuwmtopbm.1
  173. man/mann/fitstopnm.1
  174. man/mann/fstopgm.1
  175. man/mann/g3topbm.1
  176. man/mann/gemtopbm.1
  177. man/mann/giftopnm.1
  178. man/mann/gouldtoppm.1
  179. man/mann/hipstopgm.1
  180. man/mann/hpcdtoppm.1
  181. man/mann/icontopbm.1
  182. man/mann/ilbmtoppm.1
  183. man/mann/imgtoppm.1
  184. man/mann/libpbm.3
  185. man/mann/libpgm.3
  186. man/mann/libpnm.3
  187. man/mann/libppm.3
  188. man/mann/lispmtopgm.1
  189. man/mann/macptopbm.1
  190. man/mann/mgrtopbm.1
  191. man/mann/mtvtoppm.1
  192. man/mann/pbm.5
  193. man/mann/pbmclean.1
  194. man/mann/pbmlife.1
  195. man/mann/pbmmake.1
  196. man/mann/pbmmask.1
  197. man/mann/pbmpscale.1
  198. man/mann/pbmreduce.1
  199. man/mann/pbmtext.1
  200. man/mann/pbmto10x.1
  201. man/mann/pbmto4425.1
  202. man/mann/pbmtoascii.1
  203. man/mann/pbmtoatk.1
  204. man/mann/pbmtobbnbg.1
  205. man/mann/pbmtocmuwm.1
  206. man/mann/pbmtoepsi.1
  207. man/mann/pbmtoepson.1
  208. man/mann/pbmtog3.1
  209. man/mann/pbmtogem.1
  210. man/mann/pbmtogo.1
  211. man/mann/pbmtoicon.1
  212. man/mann/pbmtolj.1
  213. man/mann/pbmtoln03.1
  214. man/mann/pbmtolps.1
  215. man/mann/pbmtomacp.1
  216. man/mann/pbmtomgr.1
  217. man/mann/pbmtopgm.1
  218. man/mann/pbmtopi3.1
  219. man/mann/pbmtopk.1
  220. man/mann/pbmtoplot.1
  221. man/mann/pbmtoptx.1
  222. man/mann/pbmtox10bm.1
  223. man/mann/pbmtoxbm.1
  224. man/mann/pbmtoybm.1
  225. man/mann/pbmtozinc.1
  226. man/mann/pbmupc.1
  227. man/mann/pcxtoppm.1
  228. man/mann/pgm.5
  229. man/mann/pgmbentley.1
  230. man/mann/pgmcrater.1
  231. man/mann/pgmedge.1
  232. man/mann/pgmenhance.1
  233. man/mann/pgmhist.1
  234. man/mann/pgmkernel.1
  235. man/mann/pgmnoise.1
  236. man/mann/pgmnorm.1
  237. man/mann/pgmoil.1
  238. man/mann/pgmramp.1
  239. man/mann/pgmtexture.1
  240. man/mann/pgmtofs.1
  241. man/mann/pgmtolispm.1
  242. man/mann/pgmtopbm.1
  243. man/mann/pgmtoppm.1
  244. man/mann/pi1toppm.1
  245. man/mann/pi3topbm.1
  246. man/mann/picttoppm.1
  247. man/mann/pjtoppm.1
  248. man/mann/pktopbm.1
  249. man/mann/pnm.5
  250. man/mann/pnmalias.1
  251. man/mann/pnmarith.1
  252. man/mann/pnmcat.1
  253. man/mann/pnmcomp.1
  254. man/mann/pnmconvol.1
  255. man/mann/pnmcrop.1
  256. man/mann/pnmcut.1
  257. man/mann/pnmdepth.1
  258. man/mann/pnmenlarge.1
  259. man/mann/pnmfile.1
  260. man/mann/pnmflip.1
  261. man/mann/pnmgamma.1
  262. man/mann/pnmhistmap.1
  263. man/mann/pnmindex.1
  264. man/mann/pnminvert.1
  265. man/mann/pnmmargin.1
  266. man/mann/pnmnlfilt.1
  267. man/mann/pnmnoraw.1
  268. man/mann/pnmpad.1
  269. man/mann/pnmpaste.1
  270. man/mann/pnmrotate.1
  271. man/mann/pnmscale.1
  272. man/mann/pnmshear.1
  273. man/mann/pnmsmooth.1
  274. man/mann/pnmtile.1
  275. man/mann/pnmtoddif.1
  276. man/mann/pnmtofits.1
  277. man/mann/pnmtops.1
  278. man/mann/pnmtorast.1
  279. man/mann/pnmtosgi.1
  280. man/mann/pnmtosir.1
  281. man/mann/pnmtotiff.1
  282. man/mann/pnmtoxwd.1
  283. man/mann/ppm.5
  284. man/mann/ppm3d.1
  285. man/mann/ppmbrighten.1
  286. man/mann/ppmchange.1
  287. man/mann/ppmdim.1
  288. man/mann/ppmdist.1
  289. man/mann/ppmdither.1
  290. man/mann/ppmflash.1
  291. man/mann/ppmforge.1
  292. man/mann/ppmhist.1
  293. man/mann/ppmmake.1
  294. man/mann/ppmmix.1
  295. man/mann/ppmnorm.1
  296. man/mann/ppmntsc.1
  297. man/mann/ppmpat.1
  298. man/mann/ppmquant.1
  299. man/mann/ppmquantall.1
  300. man/mann/ppmqvga.1
  301. man/mann/ppmrelief.1
  302. man/mann/ppmshift.1
  303. man/mann/ppmspread.1
  304. man/mann/ppmtoacad.1
  305. man/mann/ppmtobmp.1
  306. man/mann/ppmtogif.1
  307. man/mann/ppmtoicr.1
  308. man/mann/ppmtoilbm.1
  309. man/mann/ppmtomap.1
  310. man/mann/ppmtomitsu.1
  311. man/mann/ppmtopcx.1
  312. man/mann/ppmtopgm.1
  313. man/mann/ppmtopi1.1
  314. man/mann/ppmtopict.1
  315. man/mann/ppmtopj.1
  316. man/mann/ppmtopjxl.1
  317. man/mann/ppmtopuzz.1
  318. man/mann/ppmtorgb3.1
  319. man/mann/ppmtosixel.1
  320. man/mann/ppmtotga.1
  321. man/mann/ppmtouil.1
  322. man/mann/ppmtoxpm.1
  323. man/mann/ppmtoyuv.1
  324. man/mann/ppmtoyuvsplit.1
  325. man/mann/psidtopgm.1
  326. man/mann/qrttoppm.1
  327. man/mann/rasttopnm.1
  328. man/mann/rawtopgm.1
  329. man/mann/rawtoppm.1
  330. man/mann/rgb3toppm.1
  331. man/mann/sgitopnm.1
  332. man/mann/sirtopnm.1
  333. man/mann/sldtoppm.1
  334. man/mann/spctoppm.1
  335. man/mann/spottopgm.1
  336. man/mann/sputoppm.1
  337. man/mann/tgatoppm.1
  338. man/mann/tifftopnm.1
  339. man/mann/xbmtopbm.1
  340. man/mann/ximtoppm.1
  341. man/mann/xpmtoppm.1
  342. man/mann/xvminitoppm.1
  343. man/mann/xwdtopnm.1
  344. man/mann/ybmtopbm.1
  345. man/mann/yuvsplittoppm.1
  346. man/mann/yuvtoppm.1
  347. man/mann/zeisstopnm.1
  348. .
  349.  
  350. *FILEGROUP*    Grouping:Shared: Heading:Formatted Man pages:
  351. man/catn/anytopnm.1
  352. man/catn/asciitopgm.1
  353. man/catn/atktopbm.1
  354. man/catn/bioradtopgm.1
  355. man/catn/bmptoppm.1
  356. man/catn/brushtopbm.1
  357. man/catn/cmuwmtopbm.1
  358. man/catn/fitstopnm.1
  359. man/catn/fstopgm.1
  360. man/catn/g3topbm.1
  361. man/catn/gemtopbm.1
  362. man/catn/giftopnm.1
  363. man/catn/gouldtoppm.1
  364. man/catn/hipstopgm.1
  365. man/catn/hpcdtoppm.1
  366. man/catn/icontopbm.1
  367. man/catn/ilbmtoppm.1
  368. man/catn/imgtoppm.1
  369. man/catn/libpbm.3
  370. man/catn/libpgm.3
  371. man/catn/libpnm.3
  372. man/catn/libppm.3
  373. man/catn/lispmtopgm.1
  374. man/catn/macptopbm.1
  375. man/catn/mgrtopbm.1
  376. man/catn/mtvtoppm.1
  377. man/catn/pbm.5
  378. man/catn/pbmclean.1
  379. man/catn/pbmlife.1
  380. man/catn/pbmmake.1
  381. man/catn/pbmmask.1
  382. man/catn/pbmpscale.1
  383. man/catn/pbmreduce.1
  384. man/catn/pbmtext.1
  385. man/catn/pbmto10x.1
  386. man/catn/pbmto4425.1
  387. man/catn/pbmtoascii.1
  388. man/catn/pbmtoatk.1
  389. man/catn/pbmtobbnbg.1
  390. man/catn/pbmtocmuwm.1
  391. man/catn/pbmtoepsi.1
  392. man/catn/pbmtoepson.1
  393. man/catn/pbmtog3.1
  394. man/catn/pbmtogem.1
  395. man/catn/pbmtogo.1
  396. man/catn/pbmtoicon.1
  397. man/catn/pbmtolj.1
  398. man/catn/pbmtoln03.1
  399. man/catn/pbmtolps.1
  400. man/catn/pbmtomacp.1
  401. man/catn/pbmtomgr.1
  402. man/catn/pbmtopgm.1
  403. man/catn/pbmtopi3.1
  404. man/catn/pbmtopk.1
  405. man/catn/pbmtoplot.1
  406. man/catn/pbmtoptx.1
  407. man/catn/pbmtox10bm.1
  408. man/catn/pbmtoxbm.1
  409. man/catn/pbmtoybm.1
  410. man/catn/pbmtozinc.1
  411. man/catn/pbmupc.1
  412. man/catn/pcxtoppm.1
  413. man/catn/pgm.5
  414. man/catn/pgmbentley.1
  415. man/catn/pgmcrater.1
  416. man/catn/pgmedge.1
  417. man/catn/pgmenhance.1
  418. man/catn/pgmhist.1
  419. man/catn/pgmkernel.1
  420. man/catn/pgmnoise.1
  421. man/catn/pgmnorm.1
  422. man/catn/pgmoil.1
  423. man/catn/pgmramp.1
  424. man/catn/pgmtexture.1
  425. man/catn/pgmtofs.1
  426. man/catn/pgmtolispm.1
  427. man/catn/pgmtopbm.1
  428. man/catn/pgmtoppm.1
  429. man/catn/pi1toppm.1
  430. man/catn/pi3topbm.1
  431. man/catn/picttoppm.1
  432. man/catn/pjtoppm.1
  433. man/catn/pktopbm.1
  434. man/catn/pnm.5
  435. man/catn/pnmalias.1
  436. man/catn/pnmarith.1
  437. man/catn/pnmcat.1
  438. man/catn/pnmcomp.1
  439. man/catn/pnmconvol.1
  440. man/catn/pnmcrop.1
  441. man/catn/pnmcut.1
  442. man/catn/pnmdepth.1
  443. man/catn/pnmenlarge.1
  444. man/catn/pnmfile.1
  445. man/catn/pnmflip.1
  446. man/catn/pnmgamma.1
  447. man/catn/pnmhistmap.1
  448. man/catn/pnmindex.1
  449. man/catn/pnminvert.1
  450. man/catn/pnmmargin.1
  451. man/catn/pnmnlfilt.1
  452. man/catn/pnmnoraw.1
  453. man/catn/pnmpad.1
  454. man/catn/pnmpaste.1
  455. man/catn/pnmrotate.1
  456. man/catn/pnmscale.1
  457. man/catn/pnmshear.1
  458. man/catn/pnmsmooth.1
  459. man/catn/pnmtile.1
  460. man/catn/pnmtoddif.1
  461. man/catn/pnmtofits.1
  462. man/catn/pnmtops.1
  463. man/catn/pnmtorast.1
  464. man/catn/pnmtosgi.1
  465. man/catn/pnmtosir.1
  466. man/catn/pnmtotiff.1
  467. man/catn/pnmtoxwd.1
  468. man/catn/ppm.5
  469. man/catn/ppm3d.1
  470. man/catn/ppmbrighten.1
  471. man/catn/ppmchange.1
  472. man/catn/ppmdim.1
  473. man/catn/ppmdist.1
  474. man/catn/ppmdither.1
  475. man/catn/ppmflash.1
  476. man/catn/ppmforge.1
  477. man/catn/ppmhist.1
  478. man/catn/ppmmake.1
  479. man/catn/ppmmix.1
  480. man/catn/ppmnorm.1
  481. man/catn/ppmntsc.1
  482. man/catn/ppmpat.1
  483. man/catn/ppmquant.1
  484. man/catn/ppmquantall.1
  485. man/catn/ppmqvga.1
  486. man/catn/ppmrelief.1
  487. man/catn/ppmshift.1
  488. man/catn/ppmspread.1
  489. man/catn/ppmtoacad.1
  490. man/catn/ppmtobmp.1
  491. man/catn/ppmtogif.1
  492. man/catn/ppmtoicr.1
  493. man/catn/ppmtoilbm.1
  494. man/catn/ppmtomap.1
  495. man/catn/ppmtomitsu.1
  496. man/catn/ppmtopcx.1
  497. man/catn/ppmtopgm.1
  498. man/catn/ppmtopi1.1
  499. man/catn/ppmtopict.1
  500. man/catn/ppmtopj.1
  501. man/catn/ppmtopjxl.1
  502. man/catn/ppmtopuzz.1
  503. man/catn/ppmtorgb3.1
  504. man/catn/ppmtosixel.1
  505. man/catn/ppmtotga.1
  506. man/catn/ppmtouil.1
  507. man/catn/ppmtoxpm.1
  508. man/catn/ppmtoyuv.1
  509. man/catn/ppmtoyuvsplit.1
  510. man/catn/psidtopgm.1
  511. man/catn/qrttoppm.1
  512. man/catn/rasttopnm.1
  513. man/catn/rawtopgm.1
  514. man/catn/rawtoppm.1
  515. man/catn/rgb3toppm.1
  516. man/catn/sgitopnm.1
  517. man/catn/sirtopnm.1
  518. man/catn/sldtoppm.1
  519. man/catn/spctoppm.1
  520. man/catn/spottopgm.1
  521. man/catn/sputoppm.1
  522. man/catn/tgatoppm.1
  523. man/catn/tifftopnm.1
  524. man/catn/xbmtopbm.1
  525. man/catn/ximtoppm.1
  526. man/catn/xpmtoppm.1
  527. man/catn/xvminitoppm.1
  528. man/catn/xwdtopnm.1
  529. man/catn/ybmtopbm.1
  530. man/catn/yuvsplittoppm.1
  531. man/catn/yuvtoppm.1
  532. man/catn/zeisstopnm.1
  533. .
  534.  
  535. *FILEGROUP*    Grouping:Shared: Heading:examples/templates/extra info:
  536. slib/extras/netpbm/magic
  537. .
  538.  
  539. *FILEGROUP*    Grouping:Shared: Heading:Other Shareable files:
  540. sinclude/pbm.h
  541. sinclude/pbmplus.h
  542. sinclude/pgm.h
  543. sinclude/pnm.h
  544. sinclude/ppm.h
  545. sinclude/tiff.h
  546. sinclude/tiffio.h
  547. .
  548.  
  549. *FILEGROUP*    Required
  550. bin/anytopnm
  551. bin/asciitopgm
  552. bin/atktopbm
  553. bin/bioradtopgm
  554. bin/bmptoppm
  555. bin/brushtopbm
  556. bin/cmuwmtopbm
  557. bin/fitstopnm
  558. bin/fstopgm
  559. bin/g3topbm
  560. bin/gemtopbm
  561. bin/giftopnm
  562. bin/gouldtoppm
  563. bin/hipstopgm
  564. bin/hpcdtoppm
  565. bin/icontopbm
  566. bin/ilbmtoppm
  567. bin/imgtoppm
  568. bin/lispmtopgm
  569. bin/macptopbm
  570. bin/mgrtopbm
  571. bin/mtvtoppm
  572. bin/pbmclean
  573. bin/pbmlife
  574. bin/pbmmake
  575. bin/pbmmask
  576. bin/pbmpscale
  577. bin/pbmreduce
  578. bin/pbmtext
  579. bin/pbmto10x
  580. bin/pbmto4425
  581. bin/pbmtoascii
  582. bin/pbmtoatk
  583. bin/pbmtobbnbg
  584. bin/pbmtocmuwm
  585. bin/pbmtoepsi
  586. bin/pbmtoepson
  587. bin/pbmtog3
  588. bin/pbmtogem
  589. bin/pbmtogo
  590. bin/pbmtoicon
  591. bin/pbmtolj
  592. bin/pbmtoln03
  593. bin/pbmtolps
  594. bin/pbmtomacp
  595. bin/pbmtomgr
  596. bin/pbmtopgm
  597. bin/pbmtopi3
  598. bin/pbmtopk
  599. bin/pbmtoplot
  600. bin/pbmtoptx
  601. bin/pbmtox10bm
  602. bin/pbmtoxbm
  603. bin/pbmtoybm
  604. bin/pbmtozinc
  605. bin/pbmupc
  606. bin/pcxtoppm
  607. bin/pgmbentley
  608. bin/pgmcrater
  609. bin/pgmedge
  610. bin/pgmenhance
  611. bin/pgmhist
  612. bin/pgmkernel
  613. bin/pgmnoise
  614. bin/pgmnorm
  615. bin/pgmoil
  616. bin/pgmramp
  617. bin/pgmtexture
  618. bin/pgmtofs
  619. bin/pgmtolispm
  620. bin/pgmtopbm
  621. bin/pgmtoppm
  622. bin/pi1toppm
  623. bin/pi3topbm
  624. bin/picttoppm
  625. bin/pjtoppm
  626. bin/pktopbm
  627. bin/pnmalias
  628. bin/pnmarith
  629. bin/pnmcat
  630. bin/pnmcomp
  631. bin/pnmconvol
  632. bin/pnmcrop
  633. bin/pnmcut
  634. bin/pnmdepth
  635. bin/pnmenlarge
  636. bin/pnmfile
  637. bin/pnmflip
  638. bin/pnmgamma
  639. bin/pnmhistmap
  640. bin/pnmindex
  641. bin/pnminvert
  642. bin/pnmmargin
  643. bin/pnmnlfilt
  644. bin/pnmnoraw
  645. bin/pnmpad
  646. bin/pnmpaste
  647. bin/pnmrotate
  648. bin/pnmscale
  649. bin/pnmshear
  650. bin/pnmsmooth
  651. bin/pnmtile
  652. bin/pnmtoddif
  653. bin/pnmtofits
  654. bin/pnmtops
  655. bin/pnmtorast
  656. bin/pnmtosgi
  657. bin/pnmtosir
  658. bin/pnmtotiff
  659. bin/pnmtoxwd
  660. bin/ppm3d
  661. bin/ppmbrighten
  662. bin/ppmchange
  663. bin/ppmdim
  664. bin/ppmdist
  665. bin/ppmdither
  666. bin/ppmflash
  667. bin/ppmforge
  668. bin/ppmhist
  669. bin/ppmmake
  670. bin/ppmmix
  671. bin/ppmnorm
  672. bin/ppmntsc
  673. bin/ppmpat
  674. bin/ppmquant
  675. bin/ppmquantall
  676. bin/ppmqvga
  677. bin/ppmrelief
  678. bin/ppmshift
  679. bin/ppmspread
  680. bin/ppmtoacad
  681. bin/ppmtobmp
  682. bin/ppmtogif
  683. bin/ppmtoicr
  684. bin/ppmtoilbm
  685. bin/ppmtomap
  686. bin/ppmtomitsu
  687. bin/ppmtopcx
  688. bin/ppmtopgm
  689. bin/ppmtopi1
  690. bin/ppmtopict
  691. bin/ppmtopj
  692. bin/ppmtopjxl
  693. bin/ppmtopuzz
  694. bin/ppmtorgb3
  695. bin/ppmtosixel
  696. bin/ppmtotga
  697. bin/ppmtouil
  698. bin/ppmtoxpm
  699. bin/ppmtoyuv
  700. bin/ppmtoyuvsplit
  701. bin/psidtopgm
  702. bin/pstopnm
  703. bin/qrttoppm
  704. bin/rasttopnm
  705. bin/rawtopgm
  706. bin/rawtoppm
  707. bin/rgb3toppm
  708. bin/sgitopnm
  709. bin/sirtopnm
  710. bin/sldtoppm
  711. bin/spctoppm
  712. bin/spottopgm
  713. bin/sputoppm
  714. bin/tgatoppm
  715. bin/tifftopnm
  716. bin/xbmtopbm
  717. bin/ximtoppm
  718. bin/xpmtoppm
  719. bin/xvminitoppm
  720. bin/xwdtopnm
  721. bin/ybmtopbm
  722. bin/yuvsplittoppm
  723. bin/yuvtoppm
  724. bin/zeisstopnm
  725. lib/libpbm.a
  726. lib/libpgm.a
  727. lib/libpnm.a
  728. lib/libppm.a
  729. lib/libtiff.a
  730. .
  731.