The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD graphics : fbm

Fuzzy Pixmap Manipulation utilities

 Adapted from the README: the FBM collection provides a complete package for
manipulating and converting images, including 24-bit RGB, 8-bit color, 8-bit
grayscale, and 1-bit bitmaps.  This is a partial list of the commands:
	fbclean	  Flip isolated pixels (clean image)
	fbconv	  Arbitrary convolutions
	fbedge	  Compute derivative image (edge detection)
	fbext	  Extract region, resize, change aspect ratio
	fbgamma	  Gamma correct grayscale or color image for display
	fbhalf	  Halftone grayscale image (Blue noise, Floyd-Steinberg, etc)
	fbhist	  Compute histogram
	fbmask	  Set region to gray value
	fbmedian  Median filter 3x3 regions
	fbnorm	  Normalize image intensity / increase contrast
	fbquant	  Color quantization (24-bit to 8..256 colors) Mod. Heckbert
	fbrot	  Rotate 90, 180, or 270 degrees
	fbthin	  Thin 1-bit images
	fbsharp	  Sharpen (edge enhancement) by digital Laplacian
	idiff	  (and udiff) convert raw byte stream into byte difference
	pbmtitle  Add a title to a PBM file
The FBM utilities handle these image formats:  native FBM, UseNet Facesaver, raw
(e.g. Amiga Digiview), Targa, Sun rasterfile with 32 byte header, Aldus TIFF,
Poskanzer PBM format for 1-bit files, CompuServe GIF, JPEG JFIF, Utah RLE, Amiga
IFF (except HAM mode), PC PaintBrush PCX, and Bennet Yee's 1-bit Face files.
Amiga HAM, Diablo graphics, and PostScript output is available.
 




fbm history


v. 1.13
date: 2007/05/19 20:08:59;  author: flz;  state: Exp;  lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.12 date: 2006/04/30 14:50:53; author: thierry; state: Exp; lines: +2 -0 Add RLE support. PR: ports/93839 Submitted by: Pedro F. Giffuni
v. 1.11 date: 2004/03/08 10:51:18; author: kuriyama; state: Exp; lines: +1 -1 Use NO_LATEST_LINK to avoid unique name conflict.
v. 1.10 date: 2004/03/08 05:58:25; author: kuriyama; state: Exp; lines: +1 -0 Fix $LATEST_LINK conflict. Reported by: kris
v. 1.9 date: 2003/02/20 18:07:59; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.8 date: 2002/11/10 16:46:23; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.7 date: 2002/11/06 22:45:22; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.6 date: 2001/12/24 10:37:41; author: dirk; state: Exp; lines: +2 -2 portlint: remove extra whitespaces before end of line.
v. 1.5 date: 2000/04/29 23:54:02; author: steve; state: Exp; lines: +6 -7 - Support CFLAGS properly - Support install macros PR: 18280 Submitted by: KATO Tsuguru
v. 1.4 date: 2000/04/13 06:28:22; author: obrien; state: Exp; lines: +3 -3 PORTNAME / PORTVERSION syntax conversion
v. 1.3 date: 1999/08/31 06:44:55; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.2 date: 1999/08/25 06:13:50; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.1 date: 1998/02/20 02:31:21; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/02/20 02:31:21; author: steve; state: Exp; lines: +0 -0 Initial import of fbm-1.2 Fuzzy Pixmap Manipulation utilities. PR: 5774 Submitted by: Pedro F. Giffuni ============================================================================= v. 1.13 date: 2007/05/19 20:08:59; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.12 date: 2006/04/30 14:50:53; author: thierry; state: Exp; lines: +2 -0 Add RLE support. PR: ports/93839 Submitted by: Pedro F. Giffuni
v. 1.11 date: 2004/03/08 10:51:18; author: kuriyama; state: Exp; lines: +1 -1 Use NO_LATEST_LINK to avoid unique name conflict.
v. 1.10 date: 2004/03/08 05:58:25; author: kuriyama; state: Exp; lines: +1 -0 Fix $LATEST_LINK conflict. Reported by: kris
v. 1.9 date: 2003/02/20 18:07:59; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.8 date: 2002/11/10 16:46:23; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.7 date: 2002/11/06 22:45:22; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.6 date: 2001/12/24 10:37:41; author: dirk; state: Exp; lines: +2 -2 portlint: remove extra whitespaces before end of line.
v. 1.5 date: 2000/04/29 23:54:02; author: steve; state: Exp; lines: +6 -7 - Support CFLAGS properly - Support install macros PR: 18280 Submitted by: KATO Tsuguru
v. 1.4 date: 2000/04/13 06:28:22; author: obrien; state: Exp; lines: +3 -3 PORTNAME / PORTVERSION syntax conversion
v. 1.3 date: 1999/08/31 06:44:55; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.2 date: 1999/08/25 06:13:50; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.1 date: 1998/02/20 02:31:21; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/02/20 02:31:21; author: steve; state: Exp; lines: +0 -0 Initial import of fbm-1.2 Fuzzy Pixmap Manipulation utilities. PR: 5774 Submitted by: Pedro F. Giffuni ============================================================================= v. 1.13 date: 2007/05/19 20:08:59; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.12 date: 2006/04/30 14:50:53; author: thierry; state: Exp; lines: +2 -0 Add RLE support. PR: ports/93839 Submitted by: Pedro F. Giffuni
v. 1.11 date: 2004/03/08 10:51:18; author: kuriyama; state: Exp; lines: +1 -1 Use NO_LATEST_LINK to avoid unique name conflict.
v. 1.10 date: 2004/03/08 05:58:25; author: kuriyama; state: Exp; lines: +1 -0 Fix $LATEST_LINK conflict. Reported by: kris
v. 1.9 date: 2003/02/20 18:07:59; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.8 date: 2002/11/10 16:46:23; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.7 date: 2002/11/06 22:45:22; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.6 date: 2001/12/24 10:37:41; author: dirk; state: Exp; lines: +2 -2 portlint: remove extra whitespaces before end of line.
v. 1.5 date: 2000/04/29 23:54:02; author: steve; state: Exp; lines: +6 -7 - Support CFLAGS properly - Support install macros PR: 18280 Submitted by: KATO Tsuguru
v. 1.4 date: 2000/04/13 06:28:22; author: obrien; state: Exp; lines: +3 -3 PORTNAME / PORTVERSION syntax conversion
v. 1.3 date: 1999/08/31 06:44:55; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.2 date: 1999/08/25 06:13:50; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.1 date: 1998/02/20 02:31:21; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/02/20 02:31:21; author: steve; state: Exp; lines: +0 -0 Initial import of fbm-1.2 Fuzzy Pixmap Manipulation utilities. PR: 5774 Submitted by: Pedro F. Giffuni =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm