home *** CD-ROM | disk | FTP | other *** search
- This directory contains the source for the FBM bitmap manipulation
- library. The commands implemented allow for resizing, retoning and
- rendering of both grayscale and color bitmaps, as well as conversions
- to and from a variety of other formats including PBM, Bennet Yee's
- FACE format, and Sun rasterfiles.
-
- Separate compilation files for libfbm.a:
-
- flalfb.c:
- alloc_fbm (image)
- free_fbm (image)
- flblue.c:
- bluenoise_fbm (input, output, noiselevel)
- flbyte.c:
- get_long (rfile, order)
- get_short (rfile, order)
- put_long (long, wfile, order)
- put_short (word, wfile, order)
- machine_byte_order ()
- flcavg.c:
- constravg_fbm (input, output, gamma)
- flclr.c:
- clr2gray (input, output, rw, gw, bw)
- gray2clr (input, output, rw, gw, bw)
- fledge.c:
- findedge_fbm (&image, beta)
- flextr.c:
- extract_fbm (input, output, xo, yo, w, h, ow, oh,
- title, credits)
- flface.c:
- write_face (image, stream)
- read_face (image, stream , mstr, mlen)
- flflyd.c:
- floyd_fbm (input, output)
- flgifc.c:
- flgife.c:
- flgifr.c:
- read_gif (image, infile, mstr, mlen)
- flgifw.c:
- write_gif (image, infile)
- fliff.c:
- read_iff (image, infile, mstr, mlen)
- write_iff (image, infile)
- flklnr.c:
- clean_fbm (input, output, beta, gamma, nbr)
- flpbm.c:
- read_pbm (image, infile, mstr, mlen)
- write_pbm (image, stream)
- flpcx.c:
- read_pcx (image, rfile, mstr, mlen)
- flrdfb.c:
- read_fbm (image, rfile, mstr, mlen)
- read_hdr_fbm (image, rfile, mstr, mlen)
- flread.c:
- read_bitmap (image, rfname)
- write_bitmap (image, wfile, type)
- flrot.c:
- rotate_fbm (input, output, rot)
- flshrp.c:
- sharpen_fbm (input, output, beta)
- flsun.c:
- read_sun (image, rfile, mstr, mlen)
- write_sun (image, wfile)
- flhtre.c:
- thesh_fbm (input, output, thresh)
- flwrfb.c:
- write_fbm (image, wfile)
- write_hdr_fbm (image, wfile)
-