1706
|
1 Brief description of the source files for VIEW.
|
|
2
|
|
3 about.source --- This text file
|
|
4 debug.a --- Contains debugging routines, esp. "regdmp", "hexout"
|
|
5 makefile --- for use with a "decent" (i.e. non-Tandy) make.
|
|
6 view.a --- Main program loop.
|
|
7 view_arith.a --- Arithmetic routines
|
|
8 view_clp.a --- Support for "CLP", "PUB" formats
|
|
9 view_cm3.a --- Support for "CM3" format
|
|
10 view_convert.a --- Routines to convert between screen formats
|
|
11 view_gfx.a --- Graphics Utility routines
|
|
12 view_gfx2.a --- more Graphics utility routines
|
|
13 view_gif.a --- Basic "GIF" support, LZW decoder
|
|
14 view_gifcol.a --- "GIF" color map generation
|
|
15 view_gifpix.a --- "GIF" per-pixel screen output, scaling
|
|
16 view_gifset.a --- Setup for GIF support... reserves mem for tables, etc.
|
|
17 view_global.a --- Global variables for View
|
|
18 view_help.a --- Text of help messages.
|
|
19 view_img.a --- "IMG" support.
|
|
20 view_io.a --- Buffered disk Input, terminal output.
|
|
21 view_mac.a --- "MAC" support.
|
|
22 view_max.a --- Pmode, BIN, ART, MAX support
|
|
23 view_mge.a --- MGE support
|
|
24 view_pals.a --- Palette manipulation, conversion
|
|
25 view_parse.a --- General-purpose command-line parser
|
|
26 view_pix.a --- PIX support
|
|
27 view_pix2.a --- Graphics routines for PIX
|
|
28 view_rat.a --- RAT support
|
|
29 view_rle.a --- RLE support
|
|
30 view_save.a --- Save handling
|
|
31 view_savecomp.a --- Save compression subroutines
|
|
32 view_setsave.a --- Handle save command-line options, open file, etc.
|
|
33 view_st.a --- ST, STP support
|
|
34 view_table.a --- Table of command-line options.
|
|
35 view_vef.a --- VEF, VF2, etc. support
|
|
36 view_wait.a --- End-of-pic support for animation, etc., signal handler
|