ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/README
(Generate patch)

Comparing ray/src/px/README (file contents):
Revision 2.3 by greg, Tue Nov 10 13:51:31 1992 UTC vs.
Revision 2.8 by greg, Tue Oct 22 13:19:14 1996 UTC

# Line 4 | Line 4
4   This directory contains special and general purpose filters for RADIANCE
5   picture files and converters to and from other image formats.
6  
7 < ciq.h           header file for color quantization routines
7 > pcond.h         header file for picture conditioning program pcond
8   pic.h           header file for reading and writing pictures
9 + ciq.h           header file for color quantization routines
10   pict.h          header file defining Macintosh PICT format
11   rasterfile.h    header description for Sun rasterfiles
12 < x11icon.h       icon for ximage program
12 > x11icon.h       icon for ximage (X10) program
13   x11raster.h     header file for X11 routines using images
14   xraster.h       header file for X10 routines using images
15   aedimage.c      display program for AED 512 color graphics terminal
16   biq.c           simple greyscale quantization
17   ciq.c           color quantization routine
18   closest.c       color quantization - find closest color
18 colorscale.c    program to produce color pallets
19   clrtab.c        more compact but slower replacement for ciq.c+split.c+closest.c
20 + colorscale.c    program to produce color pallets
21   cut.c           color quantization - median cut algorithm
21 falsecolor.csh  C-shell script to produce false color pictures
22 getinfo.c       program to read info. header from file
22   glimage.c       simple program to display image on SGI
23   greyscale.c     program to produce grey test levels
24 + macbethcal.c    program to calibrate image conversion using Macbeth chart
25   mt160r.c        program to dump pixel file to Mannesman-Tally 160
26 < normpat.csh     C-shell script to normalize pictures for tiling patterns
26 > neuclrtab.c     neural network color quantization code
27   oki20.c         program to dump pixel file to OkiMate 20 monochrome printer
28   oki20c.c        program to dump pixel file to OkiMate 20 color printer
29   paintjet.c      program to dump pixel file to HP PaintJet color printer
30   pcomb.c         combine picture files according to calcomp functions
31   pcompos.c       program to composite pictures
32 + pcond.c         condition Radiance picture for display/output
33 + pcond2.c        pcond input and output conditioning routines for pcond.
34 + pcond3.c        pcond routines for computing and applying brightness mapping.
35 + pcond4.c        pcond routines for veiling glare and loss of acuity.
36   pextrem.c       program to find min and max values in picture
37   pf2.c           routines used by pfilt
38   pf3.c           routines for gaussian and box filtering
39   pfilt.c         program to post-process picture file
40   pflip.c         flip picture file horizontally and/or vertically
41   pinterp.c       interpolate and extrapolate pictures with different views
42 + pmapgen.c       affine transformation for image mapping used by macbethcal
43   protate.c       program to rotate picture file 90 degrees clockwise
44   psign.c         produce picture from text
45   psum.c          program to sum pictures
46   pvalue.c        program to print pixel values
47 + ra_avs.c        program to convert between RADIANCE and AVS picture format
48   ra_bn.c         convert between RADIANCE and barneyscan picture format
49 + ra_gif.c        program to convert from RADIANCE to GIF format
50   ra_pict.c       convert to Macintosh PICT file
51   ra_pixar.c      convert to/from PIXAR image file.
52   ra_ppm.c        program to convert between RADIANCE and Poskanzer Pixmaps
# Line 57 | Line 64 | ttyimage.c     program to dump pixel file to dumb terminal
64   vgaimage.c      program to display pixel file on VGA or SVGA card
65   x11findwind.c   function to find X11 window by name
66   x11image.c      picture display driver for X11
67 + x11raster.c     routines to handle images for X11
68 + xdebugamb.c     program for debugging ambient files (experimental)
69   ximage.c        picture display driver for X10R4
70   xraster.c       routines to handle images for X10
71   xshowtrace.c    display a picture under X11 and watch the rays get traced
72 + falsecolor.csh  C-shell script to produce false color pictures
73 + normpat.csh     C-shell script to normalize pictures for tiling patterns
74 + pdfblur.csh     compute views for depth of field blurring
75 + pmblur.csh      compute views for motion blurring
76 + xyzimage.csh    display images correctly for a particular monitor's primaries
77 + libtiff/        TIFF image library

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines