ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/README
Revision: 2.10
Committed: Fri Nov 5 03:31:38 2004 UTC (19 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.9: +1 -21 lines
Log Message:
Removed unused programs and files from distribution (sources to CVS attic)

File Contents

# User Rev Content
1 greg 1.1 PICTURE FILTERS AND TRANSLATORS
2 greg 2.9 SCCSid "@(#)README 2.8 10/22/96 LBL"
3 greg 1.1
4     This directory contains special and general purpose filters for RADIANCE
5     picture files and converters to and from other image formats.
6    
7 greg 2.8 pcond.h header file for picture conditioning program pcond
8 greg 2.4 pic.h header file for reading and writing pictures
9 greg 1.1 ciq.h header file for color quantization routines
10     pict.h header file defining Macintosh PICT format
11 greg 2.2 rasterfile.h header description for Sun rasterfiles
12 greg 1.1 x11raster.h header file for X11 routines using images
13 greg 2.2 aedimage.c display program for AED 512 color graphics terminal
14 greg 1.1 biq.c simple greyscale quantization
15     ciq.c color quantization routine
16     closest.c color quantization - find closest color
17 greg 2.4 clrtab.c more compact but slower replacement for ciq.c+split.c+closest.c
18 greg 1.1 cut.c color quantization - median cut algorithm
19 greg 2.6 macbethcal.c program to calibrate image conversion using Macbeth chart
20 greg 2.4 neuclrtab.c neural network color quantization code
21 greg 1.1 pcomb.c combine picture files according to calcomp functions
22     pcompos.c program to composite pictures
23 greg 2.8 pcond.c condition Radiance picture for display/output
24     pcond2.c pcond input and output conditioning routines for pcond.
25     pcond3.c pcond routines for computing and applying brightness mapping.
26     pcond4.c pcond routines for veiling glare and loss of acuity.
27 greg 2.2 pextrem.c program to find min and max values in picture
28 greg 1.1 pf2.c routines used by pfilt
29     pf3.c routines for gaussian and box filtering
30     pfilt.c program to post-process picture file
31     pflip.c flip picture file horizontally and/or vertically
32     pinterp.c interpolate and extrapolate pictures with different views
33 greg 2.6 pmapgen.c affine transformation for image mapping used by macbethcal
34 greg 2.2 protate.c program to rotate picture file 90 degrees clockwise
35 greg 1.1 psign.c produce picture from text
36     pvalue.c program to print pixel values
37 greg 2.4 ra_gif.c program to convert from RADIANCE to GIF format
38 greg 2.2 ra_pict.c convert to Macintosh PICT file
39 greg 1.1 ra_ppm.c program to convert between RADIANCE and Poskanzer Pixmaps
40 greg 2.2 ra_ps.c program to convert to greyscale PostScript file
41 greg 1.1 ra_rgbe.c program to convert from RADIANCE RLE to flat format
42 greg 2.1 ra_skel.c skeletal converter between RADIANCE and generic 24-bit format
43 greg 1.1 ra_t16.c program to convert between RADIANCE and Targa 15+ bit formats
44     ra_t8.c program to convert between RADIANCE and Targa 8 bit format
45     ra_tiff.c program to convert between RADIANCE and 24-bit TIFF files
46     ttyimage.c program to dump pixel file to dumb terminal
47 greg 2.3 vgaimage.c program to display pixel file on VGA or SVGA card
48 greg 2.2 x11findwind.c function to find X11 window by name
49     x11image.c picture display driver for X11
50 greg 2.4 x11raster.c routines to handle images for X11
51 greg 2.2 xshowtrace.c display a picture under X11 and watch the rays get traced
52 greg 2.4 falsecolor.csh C-shell script to produce false color pictures
53     normpat.csh C-shell script to normalize pictures for tiling patterns
54 greg 2.6 pdfblur.csh compute views for depth of field blurring
55     pmblur.csh compute views for motion blurring
56     xyzimage.csh display images correctly for a particular monitor's primaries
57 greg 2.10 tiff/ TIFF image library