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.9 by greg, Sat Feb 22 02:07:27 2003 UTC vs.
Revision 2.10 by greg, Fri Nov 5 03:31:38 2004 UTC

# Line 9 | Line 9 | 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 (X10) program
12   x11raster.h     header file for X11 routines using images
14 xraster.h       header file for X10 routines using images
13   aedimage.c      display program for AED 512 color graphics terminal
14   biq.c           simple greyscale quantization
15   ciq.c           color quantization routine
16   closest.c       color quantization - find closest color
17   clrtab.c        more compact but slower replacement for ciq.c+split.c+closest.c
20 colorscale.c    program to produce color pallets
18   cut.c           color quantization - median cut algorithm
22 glimage.c       simple program to display image on SGI
23 greyscale.c     program to produce grey test levels
19   macbethcal.c    program to calibrate image conversion using Macbeth chart
25 mt160r.c        program to dump pixel file to Mannesman-Tally 160
20   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
21   pcomb.c         combine picture files according to calcomp functions
22   pcompos.c       program to composite pictures
23   pcond.c         condition Radiance picture for display/output
# Line 42 | Line 33 | pinterp.c      interpolate and extrapolate pictures with di
33   pmapgen.c       affine transformation for image mapping used by macbethcal
34   protate.c       program to rotate picture file 90 degrees clockwise
35   psign.c         produce picture from text
45 psum.c          program to sum pictures
36   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
37   ra_gif.c        program to convert from RADIANCE to GIF format
38   ra_pict.c       convert to Macintosh PICT file
51 ra_pixar.c      convert to/from PIXAR image file.
39   ra_ppm.c        program to convert between RADIANCE and Poskanzer Pixmaps
53 ra_pr.c         program to convert between RADIANCE and Sun 8-bit rasterfile
54 ra_pr24.c       program to convert between RADIANCE and 24-bit rasterfile
40   ra_ps.c         program to convert to greyscale PostScript file
41   ra_rgbe.c       program to convert from RADIANCE RLE to flat format
42   ra_skel.c       skeletal converter between RADIANCE and generic 24-bit format
43   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
61 ra_xim.c        program to convert to X11 dump file
62 t4027.c         program to dump pixel file to Tektronix 4027
46   ttyimage.c      program to dump pixel file to dumb terminal
47   vgaimage.c      program to display pixel file on VGA or SVGA card
48   x11findwind.c   function to find X11 window by name
49   x11image.c      picture display driver for X11
50   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
51   xshowtrace.c    display a picture under X11 and watch the rays get traced
52   falsecolor.csh  C-shell script to produce false color pictures
53   normpat.csh     C-shell script to normalize pictures for tiling patterns
54   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 < libtiff/        TIFF image library
57 > tiff/           TIFF image library

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines