mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Jean-Marc Zucconi's netpbm port.
Submitted by: jmz
This commit is contained in:
parent
56fe6d5042
commit
a37c8440e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238
9
graphics/netpbm/Makefile
Normal file
9
graphics/netpbm/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
DISTFILES= netpbm-1mar1994.tar.gz
|
||||
DISTNAME= netpbm
|
||||
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
||||
USE_IMAKE= yes
|
||||
|
||||
pre-install:
|
||||
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/netpbm/pkg-comment
Normal file
1
graphics/netpbm/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Netpbm - a toolkit for conversion of images between different formats
|
183
graphics/netpbm/pkg-descr
Normal file
183
graphics/netpbm/pkg-descr
Normal file
@ -0,0 +1,183 @@
|
||||
Netpbm is a toolkit for conversion of images between a variety of
|
||||
different formats, as well as to allow a few basic image operations.
|
||||
Netpbm is based on the widely spread Pbmplus package (release: 10 Dec
|
||||
91). On top of that, a lot of improvements and additions have been
|
||||
made. After the latest release of Pbmplus, a lot of additional filters
|
||||
have been circulating on the net. The aim of Netpbm was, to collect
|
||||
these and to turn them into a package. This work has been performed by
|
||||
a group of programmers all over the world.
|
||||
|
||||
anytopnm - attempt to convert an unknown type of image file to a portable anymap
|
||||
asciitopgm - convert ASCII graphics into a portable graymap
|
||||
atktopbm - convert Andrew Toolkit raster object to portable bitmap
|
||||
bioradtopgm - convert a Biorad confocal file into a portable graymap
|
||||
bmptoppm - convert a BMP file into a portable pixmap
|
||||
brushtopbm - convert a doodle brush file into a portable bitmap
|
||||
cmuwmtopbm - convert a CMU window manager bitmap into a portable bitmap
|
||||
fitstopnm - convert a FITS file into a portable anymap
|
||||
fstopgm - convert a Usenix FaceSaver(tm) file into a portable graymap
|
||||
g3topbm - convert a Group 3 fax file into a portable bitmap
|
||||
gemtopbm - convert a GEM .img file into a portable bitmap
|
||||
giftopnm - convert a GIF file into a portable anymap
|
||||
gouldtoppm - convert Gould scanner file into a portable pixmap
|
||||
hipstopgm - convert a HIPS file into a portable graymap
|
||||
hpcdtoppm v0.3 - convert a Photo-CD file into a portable pixmap
|
||||
icontopbm - convert a Sun icon into a portable bitmap
|
||||
ilbmtoppm - convert an ILBM file into a portable pixmap
|
||||
imgtoppm - convert an Img-whatnot file into a portable pixmap
|
||||
lispmtopgm - convert a Lisp Machine bitmap file into pgm format
|
||||
macptopbm - convert a MacPaint file into a portable bitmap
|
||||
mgrtopbm - convert a MGR bitmap into a portable bitmap
|
||||
mtvtoppm - convert output from the MTV or PRT ray tracers into a portable pixmap
|
||||
pbmclean - flip isolated pixels in portable bitmap
|
||||
pbmlife - apply Conway's rules of Life to a portable bitmap
|
||||
pbmmake - create a blank bitmap of a specified size
|
||||
pbmmask - create a mask bitmap from a regular bitmap
|
||||
pbmpscale - enlarge a portable bitmap with edge smoothing
|
||||
pbmreduce - read a portable bitmap and reduce it N times
|
||||
pbmtext - render text into a bitmap
|
||||
pbmto10x - convert a portable bitmap into Gemini 10X printer graphics
|
||||
pbmto4425 - Display PBM images on an AT&T 4425 terminal
|
||||
pbmtoascii - convert a portable bitmap into ASCII graphics
|
||||
pbmtoatk - convert portable bitmap to Andrew Toolkit raster object
|
||||
pbmtobg - convert a portable bitmap into BitGraph graphics
|
||||
pbmtocmuwm - convert a portable bitmap into a CMU window manager bitmap
|
||||
pbmtoepsi - convert a portable bitmap into an encapsulated PostScript
|
||||
pbmtoepson - convert a portable bitmap into Epson printer graphics
|
||||
pbmtog3 - convert a portable bitmap into a Group 3 fax file
|
||||
pbmtogem - convert a portable bitmap into a GEM .img file
|
||||
pbmtogo - convert a portable bitmap into compressed GraphOn graphics
|
||||
pbmtoicon - convert a portable bitmap into a Sun icon
|
||||
pbmtolj - convert a portable bitmap into HP LaserJet format
|
||||
pbmtoln03 - convert protable bitmap to DEC LN03+ Sixel output
|
||||
pbmtolps - convert portable bitmap to PostScript
|
||||
pbmtomacp - convert a portable bitmap into a MacPaint file
|
||||
pbmtomgr - convert a portable bitmap into a MGR bitmap
|
||||
pbmtopgm - convert portable bitmap to portable graymap by averaging areas
|
||||
pbmtopi3 - convert a portable bitmap into an Atari Degas .pi3 file
|
||||
pbmtopk - convert a portable bitmap into a packed (PK) format font
|
||||
pbmtoplot - convert a portable bitmap into a Unix plot(5) file
|
||||
pbmtoptx - convert a portable bitmap into Printronix printer graphics
|
||||
pbmtox10bm - convert a portable bitmap into an X10 bitmap
|
||||
pbmtoxbm - convert a portable bitmap into an X11 bitmap
|
||||
pgmtoybm - convert a portable bitmap into a Bennet Yee "face" file
|
||||
pbmtozinc - convert a portable bitmap into a Zinc bitmap
|
||||
pbmupc - create a Universal Product Code bitmap
|
||||
pcxtoppm - convert a PCX file into a portable pixmap
|
||||
pgmbentley - Bentleyize a portable graymap
|
||||
pgmcrater - create cratered terrain by fractal forgery
|
||||
pgmedge - edge-detect a portable graymap
|
||||
pgmenhance - edge-enhance a portable graymap
|
||||
pgmhist - print a histogram of the values in a portable graymap
|
||||
pgmkernel - generate a convolution kernel
|
||||
pgmnoise - create a graymap made up of white noise
|
||||
pgmnorm - normalize the contrast in a portable graymap
|
||||
pgmoil - turn a portable graymap into an oil painting
|
||||
pgmramp - generate a grayscale ramp
|
||||
pgmtexture - calculate textural features on a portable graymap
|
||||
pgmtofs - convert portable graymap to Usenix FaceSaver(tm) format
|
||||
pgmtolispm - convert a portable graymap into Lisp Machine format
|
||||
pgmtopbm - convert a portable graymap into a portable bitmap
|
||||
pgmtoppm - colorize a portable graymap into a portable pixmap
|
||||
pi1toppm - convert an Atari Degas .pi1 into a portable pixmap
|
||||
pi3topbm - convert an Atari Degas .pi3 file into a portable bitmap
|
||||
picttoppm - convert a Macintosh PICT file into a portable pixmap
|
||||
pjtoppm - convert an HP PaintJet file to a portable pixmap
|
||||
pktopbm - convert packed (PK) format font into portable bitmap(s)
|
||||
pnmalias - antialias a portable anyumap.
|
||||
pnmarith - perform arithmetic on two portable anymaps
|
||||
pnmcat - concatenate portable anymaps
|
||||
pnmcomp - composite two portable anymap files together
|
||||
pnmconvol - general MxN convolution on a portable anymap
|
||||
pnmcrop - crop a portable anymap
|
||||
pnmcut - cut a rectangle out of a portable anymap
|
||||
pnmdepth - change the maxval in a portable anymap
|
||||
pnmenlarge - read a portable anymap and enlarge it N times
|
||||
pnmfile - describe a portable anymap
|
||||
pnmflip - perform one or more flip operations on a portable anymap
|
||||
pnmgamma - perform gamma correction on a portable anymap
|
||||
pnmhistmap - draw a histogram for a PGM or PPM file
|
||||
pnmindex - build a visual index of a bunch of anymaps
|
||||
pnminvert - invert a portable anymap
|
||||
pnmmargin - add a border to a portable anymap
|
||||
pnmnlfilt - non-linear filters: smooth, alpha trim mean, optimal
|
||||
pnmnoraw - force a portable anymap into plain format
|
||||
pnmpad - add borders to portable anymap
|
||||
pnmpaste - paste a rectangle into a portable anymap
|
||||
pnmrotate - rotate a portable anymap by some angle
|
||||
pnmscale - scale a portable anymap
|
||||
pnmshear - shear a portable anymap by some angle
|
||||
pnmsmooth - smooth out an image
|
||||
pnmtile - replicate a portable anymap into a specified size
|
||||
pnmtoddif - Convert a portable anymap to DDIF format
|
||||
pnmtofits - convert a portable anymap into FITS format
|
||||
pnmtops - convert portable anymap to PostScript
|
||||
pnmtorast - convert a portable pixmap into a Sun rasterfile
|
||||
pnmtosgi - convert a portable anymap to a SGI image file
|
||||
pnmtosir - convert a portable anymap into a Solitaire format
|
||||
pnmtotiff - convert a a portable anymap into a TIFF file
|
||||
pnmtoxwd - convert a portable anymap into an X11 window dump
|
||||
ppm3d - convert two portable pixmap into a red/blue 3d glasses pixmap
|
||||
ppmbrighten - change an images Saturation and Value from an HSV map
|
||||
ppmchange - change all pixels of one color to another in a portable pixmap
|
||||
ppmdim - dim a portable pixmap down to total blackness
|
||||
ppmdist - simplistic grayscale assignment for machine generated, color images
|
||||
ppmdither - ordered dither for color images
|
||||
ppmflash - brighten a picture up to complete white-out
|
||||
ppmforge - fractal forgeries of clouds, planets, and starry skies
|
||||
ppmhist - print a histogram of a portable pixmap
|
||||
ppmmake - create a pixmap of a specified size and color
|
||||
ppmmix - blend together two portable pixmaps
|
||||
ppmnorm - normalize the contrast in a portable pixmap
|
||||
ppmntsc - make a portable pixmap look like taken from an American TV
|
||||
ppmpat - make a pretty pixmap
|
||||
ppmquant - quantize the colors in a portable pixmap down to a specified number
|
||||
ppmquantall - run ppmquant on a bunch of files all at once, so they share a common colormap
|
||||
ppmqvga - 8 plane quantization
|
||||
ppmrelief - run a Laplacian relief filter on a portable pixmap
|
||||
ppmshift - shift lines of a portable pixmap left or right by a random amount
|
||||
ppmspread - displace a portable pixmap's pixels by a random amount
|
||||
ppmtoacad - convert portable pixmap to AutoCAD database or slide
|
||||
ppmtobmp - convert a portable pixmap into a BMP file
|
||||
ppmtogif - convert a portable pixmap into a GIF file
|
||||
ppmtoicr - convert a portable pixmap into NCSA ICR format
|
||||
ppmtoilbm - convert a portable pixmap into an ILBM file
|
||||
ppmtomap - extract all colors from a portable pixmap
|
||||
ppmtomitsu - convert a portable pixmap to a Mitsubishi S340-10 file
|
||||
ppmtopcx - convert a portable pixmap into a PCX file
|
||||
ppmtopgm - convert a portable pixmap into a portable graymap
|
||||
ppmtopi1 - convert a portable pixmap into an Atari Degas .pi1 file
|
||||
ppmtopict - convert a portable pixmap into a Macintosh PICT file
|
||||
ppmtopj - convert a portable pixmap to an HP PaintJet file
|
||||
ppmtopjxl - convert a portable pixmap into an HP PaintJet XL PCL file
|
||||
ppmtopuzz - convert a portable pixmap into an X11 "puzzle" file
|
||||
ppmtorgb3 - separate a portable pixmap into three portable graymaps
|
||||
ppmtosixel - convert a portable pixmap into DEC sixel format
|
||||
ppmtotga - convert portable pixmap into a TrueVision Targa file
|
||||
ppmtouil - convert a portable pixmap into a Motif UIL icon file
|
||||
ppmtoxpm - convert a portable pixmap into an X11 pixmap
|
||||
ppmtoyuv - convert a portable pixmap into an Abekas YUV file
|
||||
ppmtoyuvsplit - convert a portable pixmap into 3 subsampled raw YUV files
|
||||
psidtopgm - convert PostScript "image" data into a portable graymap
|
||||
qrttoppm - convert output from the QRT ray tracer into a portable pixmap
|
||||
rasttopnm - convert a Sun rasterfile into a portable anymap
|
||||
rawtopgm - convert raw grayscale bytes into a portable graymap
|
||||
rawtoppm - convert raw RGB bytes into a portable pixmap
|
||||
rgb3toppm - combine three portable graymaps into one portable pixmap
|
||||
sgitopnm - convert a SGI image file to a portable anymap
|
||||
sirtopnm - convert a Solitaire file into a portable anymap
|
||||
sldtoppm - convert an AutoCAD slide file into a portable pixmap
|
||||
spctoppm - convert an Atari compressed Spectrum file into a portable pixmap
|
||||
spottopgm - convert SPOT satellite images to Portable Greymap format
|
||||
sputoppm - convert an Atari uncompressed Spectrum file into a portable pixmap
|
||||
tgatoppm - convert TrueVision Targa file into a portable pixmap
|
||||
tifftopnm - convert a TIFF file into a portable anymap
|
||||
xbmtopbm - convert an X11 or X10 bitmap into a portable bitmap
|
||||
ximtoppm - convert an Xim file into a portable pixmap
|
||||
xpmtoppm - convert an X11 pixmap into a portable pixmap
|
||||
xvminitoppm - convert a XV "thumbnail" picture to PPM
|
||||
xwdtopnm - convert a X11 or X10 window dump file into a portable anymap
|
||||
ybmtopbm - convert a Bennet Yee "face" file into a portable bitmap
|
||||
yuvplittoppm - convert a Y- an U- and a V-file into a portable pixmap.
|
||||
yuvtoppm - convert Abekas YUV bytes into a portable pixmap
|
||||
zeisstopnm - convert a Zeiss confocal file into a portable anymap
|
368
graphics/netpbm/pkg-plist
Normal file
368
graphics/netpbm/pkg-plist
Normal file
@ -0,0 +1,368 @@
|
||||
@cd /usr/local
|
||||
@owner bin
|
||||
@mode 755
|
||||
bin/anytopnm
|
||||
bin/asciitopgm
|
||||
bin/atktopbm
|
||||
bin/bioradtopgm
|
||||
bin/bmptoppm
|
||||
bin/brushtopbm
|
||||
bin/cmuwmtopbm
|
||||
bin/fitstopnm
|
||||
bin/fstopgm
|
||||
bin/g3topbm
|
||||
bin/gemtopbm
|
||||
bin/giftopnm
|
||||
bin/gouldtoppm
|
||||
bin/hipstopgm
|
||||
bin/hpcdtoppm
|
||||
bin/icontopbm
|
||||
bin/ilbmtoppm
|
||||
bin/imgtoppm
|
||||
bin/lispmtopgm
|
||||
bin/macptopbm
|
||||
bin/mgrtopbm
|
||||
bin/mtvtoppm
|
||||
bin/pbmclean
|
||||
bin/pbmlife
|
||||
bin/pbmmake
|
||||
bin/pbmmask
|
||||
bin/pbmpscale
|
||||
bin/pbmreduce
|
||||
bin/pbmtext
|
||||
bin/pbmto10x
|
||||
bin/pbmto4425
|
||||
bin/pbmtoascii
|
||||
bin/pbmtoatk
|
||||
bin/pbmtobbnbg
|
||||
bin/pbmtocmuwm
|
||||
bin/pbmtoepsi
|
||||
bin/pbmtoepson
|
||||
bin/pbmtog3
|
||||
bin/pbmtogem
|
||||
bin/pbmtogo
|
||||
bin/pbmtoicon
|
||||
bin/pbmtolj
|
||||
bin/pbmtoln03
|
||||
bin/pbmtolps
|
||||
bin/pbmtomacp
|
||||
bin/pbmtomgr
|
||||
bin/pbmtopgm
|
||||
bin/pbmtopi3
|
||||
bin/pbmtopk
|
||||
bin/pbmtoplot
|
||||
bin/pbmtoptx
|
||||
bin/pbmtox10bm
|
||||
bin/pbmtoxbm
|
||||
bin/pbmtoybm
|
||||
bin/pbmtozinc
|
||||
bin/pbmupc
|
||||
bin/pcxtoppm
|
||||
bin/pgmbentley
|
||||
bin/pgmcrater
|
||||
bin/pgmedge
|
||||
bin/pgmenhance
|
||||
bin/pgmhist
|
||||
bin/pgmkernel
|
||||
bin/pgmnoise
|
||||
bin/pgmnorm
|
||||
bin/pgmoil
|
||||
bin/pgmramp
|
||||
bin/pgmtexture
|
||||
bin/pgmtofs
|
||||
bin/pgmtolispm
|
||||
bin/pgmtopbm
|
||||
bin/pgmtoppm
|
||||
bin/pi1toppm
|
||||
bin/pi3topbm
|
||||
bin/picttoppm
|
||||
bin/pjtoppm
|
||||
bin/pktopbm
|
||||
bin/pnmalias
|
||||
bin/pnmarith
|
||||
bin/pnmcat
|
||||
bin/pnmcomp
|
||||
bin/pnmconvol
|
||||
bin/pnmcrop
|
||||
bin/pnmcut
|
||||
bin/pnmdepth
|
||||
bin/pnmenlarge
|
||||
bin/pnmfile
|
||||
bin/pnmflip
|
||||
bin/pnmhistmap
|
||||
bin/pnmindex
|
||||
bin/pnminvert
|
||||
bin/pnmmargin
|
||||
bin/pnmnlfilt
|
||||
bin/pnmnoraw
|
||||
bin/pnmpad
|
||||
bin/pnmpaste
|
||||
bin/pnmscale
|
||||
bin/pnmsmooth
|
||||
bin/pnmtile
|
||||
bin/pnmtoddif
|
||||
bin/pnmtofits
|
||||
bin/pnmtops
|
||||
bin/pnmtorast
|
||||
bin/pnmtosgi
|
||||
bin/pnmtosir
|
||||
bin/pnmtotiff
|
||||
bin/pnmtoxwd
|
||||
bin/ppm3d
|
||||
bin/ppmbrighten
|
||||
bin/ppmchange
|
||||
bin/ppmdim
|
||||
bin/ppmdist
|
||||
bin/ppmdither
|
||||
bin/ppmflash
|
||||
bin/ppmforge
|
||||
bin/ppmhist
|
||||
bin/ppmmake
|
||||
bin/ppmmix
|
||||
bin/ppmnorm
|
||||
bin/ppmntsc
|
||||
bin/ppmpat
|
||||
bin/ppmquant
|
||||
bin/ppmquantall
|
||||
bin/ppmqvga
|
||||
bin/ppmrelief
|
||||
bin/ppmshift
|
||||
bin/ppmspread
|
||||
bin/ppmtoacad
|
||||
bin/ppmtobmp
|
||||
bin/ppmtogif
|
||||
bin/ppmtoicr
|
||||
bin/ppmtoilbm
|
||||
bin/ppmtomap
|
||||
bin/ppmtomitsu
|
||||
bin/ppmtopcx
|
||||
bin/ppmtopgm
|
||||
bin/ppmtopi1
|
||||
bin/ppmtopict
|
||||
bin/ppmtopj
|
||||
bin/ppmtopjxl
|
||||
bin/ppmtopuzz
|
||||
bin/ppmtorgb3
|
||||
bin/ppmtosixel
|
||||
bin/ppmtotga
|
||||
bin/ppmtouil
|
||||
bin/ppmtoxpm
|
||||
bin/ppmtoyuv
|
||||
bin/ppmtoyuvsplit
|
||||
bin/psidtopgm
|
||||
bin/pstopnm
|
||||
bin/qrttoppm
|
||||
bin/rasttopnm
|
||||
bin/rawtopgm
|
||||
bin/rawtoppm
|
||||
bin/rgb3toppm
|
||||
bin/sgitopnm
|
||||
bin/sirtopnm
|
||||
bin/sldtoppm
|
||||
bin/spctoppm
|
||||
bin/spottopgm
|
||||
bin/sputoppm
|
||||
bin/tgatoppm
|
||||
bin/tifftopnm
|
||||
bin/xbmtopbm
|
||||
bin/ximtoppm
|
||||
bin/xpmtoppm
|
||||
bin/xvminitoppm
|
||||
bin/xwdtopnm
|
||||
bin/ybmtopbm
|
||||
bin/yuvsplittoppm
|
||||
bin/yuvtoppm
|
||||
bin/zeisstopnm
|
||||
@mode 444
|
||||
include/pbm.h
|
||||
include/pbmplus.h
|
||||
include/pgm.h
|
||||
include/pnm.h
|
||||
include/ppm.h
|
||||
lib/libpbm.a
|
||||
lib/libpgm.a
|
||||
lib/libpnm.a
|
||||
lib/libppm.a
|
||||
lib/libtiff.a
|
||||
man/man1/anytopnm.1.gz
|
||||
man/man1/asciitopgm.1.gz
|
||||
man/man1/atktopbm.1.gz
|
||||
man/man1/bioradtopgm.1.gz
|
||||
man/man1/bmptoppm.1.gz
|
||||
man/man1/brushtopbm.1.gz
|
||||
man/man1/cmuwmtopbm.1.gz
|
||||
man/man1/fitstopnm.1.gz
|
||||
man/man1/fstopgm.1.gz
|
||||
man/man1/g3topbm.1.gz
|
||||
man/man1/gemtopbm.1.gz
|
||||
man/man1/giftopnm.1.gz
|
||||
man/man1/gouldtoppm.1.gz
|
||||
man/man1/hipstopgm.1.gz
|
||||
man/man1/hpcdtoppm.1.gz
|
||||
man/man1/icontopbm.1.gz
|
||||
man/man1/ilbmtoppm.1.gz
|
||||
man/man1/imgtoppm.1.gz
|
||||
man/man1/lispmtopgm.1.gz
|
||||
man/man1/macptopbm.1.gz
|
||||
man/man1/mgrtopbm.1.gz
|
||||
man/man1/mtvtoppm.1.gz
|
||||
man/man1/pbmclean.1.gz
|
||||
man/man1/pbmlife.1.gz
|
||||
man/man1/pbmmake.1.gz
|
||||
man/man1/pbmmask.1.gz
|
||||
man/man1/pbmpscale.1.gz
|
||||
man/man1/pbmreduce.1.gz
|
||||
man/man1/pbmtext.1.gz
|
||||
man/man1/pbmto10x.1.gz
|
||||
man/man1/pbmto4425.1.gz
|
||||
man/man1/pbmtoascii.1.gz
|
||||
man/man1/pbmtoatk.1.gz
|
||||
man/man1/pbmtobbnbg.1.gz
|
||||
man/man1/pbmtocmuwm.1.gz
|
||||
man/man1/pbmtoepsi.1.gz
|
||||
man/man1/pbmtoepson.1.gz
|
||||
man/man1/pbmtog3.1.gz
|
||||
man/man1/pbmtogem.1.gz
|
||||
man/man1/pbmtogo.1.gz
|
||||
man/man1/pbmtoicon.1.gz
|
||||
man/man1/pbmtolj.1.gz
|
||||
man/man1/pbmtoln03.1.gz
|
||||
man/man1/pbmtolps.1.gz
|
||||
man/man1/pbmtomacp.1.gz
|
||||
man/man1/pbmtomgr.1.gz
|
||||
man/man1/pbmtopgm.1.gz
|
||||
man/man1/pbmtopi3.1.gz
|
||||
man/man1/pbmtopk.1.gz
|
||||
man/man1/pbmtoplot.1.gz
|
||||
man/man1/pbmtoptx.1.gz
|
||||
man/man1/pbmtox10bm.1.gz
|
||||
man/man1/pbmtoxbm.1.gz
|
||||
man/man1/pbmtoybm.1.gz
|
||||
man/man1/pbmtozinc.1.gz
|
||||
man/man1/pbmupc.1.gz
|
||||
man/man1/pcxtoppm.1.gz
|
||||
man/man1/pgmbentley.1.gz
|
||||
man/man1/pgmcrater.1.gz
|
||||
man/man1/pgmedge.1.gz
|
||||
man/man1/pgmenhance.1.gz
|
||||
man/man1/pgmhist.1.gz
|
||||
man/man1/pgmkernel.1.gz
|
||||
man/man1/pgmnoise.1.gz
|
||||
man/man1/pgmnorm.1.gz
|
||||
man/man1/pgmoil.1.gz
|
||||
man/man1/pgmramp.1.gz
|
||||
man/man1/pgmtexture.1.gz
|
||||
man/man1/pgmtofs.1.gz
|
||||
man/man1/pgmtolispm.1.gz
|
||||
man/man1/pgmtopbm.1.gz
|
||||
man/man1/pgmtoppm.1.gz
|
||||
man/man1/pi1toppm.1.gz
|
||||
man/man1/pi3topbm.1.gz
|
||||
man/man1/picttoppm.1.gz
|
||||
man/man1/pjtoppm.1.gz
|
||||
man/man1/pktopbm.1.gz
|
||||
man/man1/pnmalias.1.gz
|
||||
man/man1/pnmarith.1.gz
|
||||
man/man1/pnmcat.1.gz
|
||||
man/man1/pnmcomp.1.gz
|
||||
man/man1/pnmconvol.1.gz
|
||||
man/man1/pnmcrop.1.gz
|
||||
man/man1/pnmcut.1.gz
|
||||
man/man1/pnmdepth.1.gz
|
||||
man/man1/pnmenlarge.1.gz
|
||||
man/man1/pnmfile.1.gz
|
||||
man/man1/pnmflip.1.gz
|
||||
man/man1/pnmgamma.1.gz
|
||||
man/man1/pnmhistmap.1.gz
|
||||
man/man1/pnmindex.1.gz
|
||||
man/man1/pnminvert.1.gz
|
||||
man/man1/pnmmargin.1.gz
|
||||
man/man1/pnmnlfilt.1.gz
|
||||
man/man1/pnmnoraw.1.gz
|
||||
man/man1/pnmpad.1.gz
|
||||
man/man1/pnmpaste.1.gz
|
||||
man/man1/pnmrotate.1.gz
|
||||
man/man1/pnmscale.1.gz
|
||||
man/man1/pnmshear.1.gz
|
||||
man/man1/pnmsmooth.1.gz
|
||||
man/man1/pnmtile.1.gz
|
||||
man/man1/pnmtoddif.1.gz
|
||||
man/man1/pnmtofits.1.gz
|
||||
man/man1/pnmtops.1.gz
|
||||
man/man1/pnmtorast.1.gz
|
||||
man/man1/pnmtosgi.1.gz
|
||||
man/man1/pnmtosir.1.gz
|
||||
man/man1/pnmtotiff.1.gz
|
||||
man/man1/pnmtoxwd.1.gz
|
||||
man/man1/ppm3d.1.gz
|
||||
man/man1/ppmbrighten.1.gz
|
||||
man/man1/ppmchange.1.gz
|
||||
man/man1/ppmdim.1.gz
|
||||
man/man1/ppmdist.1.gz
|
||||
man/man1/ppmdither.1.gz
|
||||
man/man1/ppmflash.1.gz
|
||||
man/man1/ppmforge.1.gz
|
||||
man/man1/ppmhist.1.gz
|
||||
man/man1/ppmmake.1.gz
|
||||
man/man1/ppmmix.1.gz
|
||||
man/man1/ppmnorm.1.gz
|
||||
man/man1/ppmntsc.1.gz
|
||||
man/man1/ppmpat.1.gz
|
||||
man/man1/ppmquant.1.gz
|
||||
man/man1/ppmquantall.1.gz
|
||||
man/man1/ppmqvga.1.gz
|
||||
man/man1/ppmrelief.1.gz
|
||||
man/man1/ppmshift.1.gz
|
||||
man/man1/ppmspread.1.gz
|
||||
man/man1/ppmtoacad.1.gz
|
||||
man/man1/ppmtobmp.1.gz
|
||||
man/man1/ppmtogif.1.gz
|
||||
man/man1/ppmtoicr.1.gz
|
||||
man/man1/ppmtoilbm.1.gz
|
||||
man/man1/ppmtomap.1.gz
|
||||
man/man1/ppmtomitsu.1.gz
|
||||
man/man1/ppmtopcx.1.gz
|
||||
man/man1/ppmtopgm.1.gz
|
||||
man/man1/ppmtopi1.1.gz
|
||||
man/man1/ppmtopict.1.gz
|
||||
man/man1/ppmtopj.1.gz
|
||||
man/man1/ppmtopjxl.1.gz
|
||||
man/man1/ppmtopuzz.1.gz
|
||||
man/man1/ppmtorgb3.1.gz
|
||||
man/man1/ppmtosixel.1.gz
|
||||
man/man1/ppmtotga.1.gz
|
||||
man/man1/ppmtouil.1.gz
|
||||
man/man1/ppmtoxpm.1.gz
|
||||
man/man1/ppmtoyuv.1.gz
|
||||
man/man1/ppmtoyuvsplit.1.gz
|
||||
man/man1/psidtopgm.1.gz
|
||||
man/man1/qrttoppm.1.gz
|
||||
man/man1/rasttopnm.1.gz
|
||||
man/man1/rawtopgm.1.gz
|
||||
man/man1/rawtoppm.1.gz
|
||||
man/man1/rgb3toppm.1.gz
|
||||
man/man1/sgitopnm.1.gz
|
||||
man/man1/sirtopnm.1.gz
|
||||
man/man1/sldtoppm.1.gz
|
||||
man/man1/spctoppm.1.gz
|
||||
man/man1/spottopgm.1.gz
|
||||
man/man1/sputoppm.1.gz
|
||||
man/man1/tgatoppm.1.gz
|
||||
man/man1/tifftopnm.1.gz
|
||||
man/man1/xbmtopbm.1.gz
|
||||
man/man1/ximtoppm.1.gz
|
||||
man/man1/xpmtoppm.1.gz
|
||||
man/man1/xvminitoppm.1.gz
|
||||
man/man1/xwdtopnm.1.gz
|
||||
man/man1/ybmtopbm.1.gz
|
||||
man/man1/yuvsplittoppm.1.gz
|
||||
man/man1/yuvtoppm.1.gz
|
||||
man/man1/zeisstopnm.1.gz
|
||||
man/man3/libpbm.3.gz
|
||||
man/man3/libpgm.3.gz
|
||||
man/man3/libpnm.3.gz
|
||||
man/man3/libppm.3.gz
|
||||
man/man5/pbm.5.gz
|
||||
man/man5/pgm.5.gz
|
||||
man/man5/pnm.5.gz
|
||||
man/man5/ppm.5.gz
|
Loading…
Reference in New Issue
Block a user