home *** CD-ROM | disk | FTP | other *** search
-
- Copyright (c) John Wiley & Sons, Inc. 1990. All rights reserved.
-
-
- Reproduction or translation of any part of this work beyond that
- permitted in Section 117 of the 1976 United States Copyright Act
- without the express written permission of the copyright owner is
- unlawful. Requests for permission or further information should
- be addressed to the Permissions Department, John Wiley & Sons,
- Inc. The purchaser may make backup copies for his/her own use
- only and not for distribution or resale. The Publisher assumes
- no responsibility for errors, omissions, or damages, including,
- without limitation, damages caused by the use of these programs
- or from the use of the information contained herein.
-
-
- The Companion Disk
-
-
- The companion disk contains all of the code described and listed
- in this book along with a selection of digitized images for your
- viewing and image processing pleasure. The companion disk is
- available directly from the publisher. Please send in the tear
- out form provided along with $49.95 to receive your copy of the
- companion disk. The use of this disk will save hours of typing
- and program debugging caused by typing errors.
-
-
-
- All files on the companion disk are in archive format. This
- was necessary because of the large amount of source code,
- executable files and images provided. To use these files, they
- must be "de-arced". This is accomplished using the "xarc.exe"
- utility program provided on the disk. To de-arc the files
- contained in the "GALLERY.ARC" file, for example, the following
- command would be used:
-
- xarc gallery.arc "path to destination" <enter>
-
- This command would be typed at the DOS command prompt. Since
- the disk is tightly packed, you may have to copy the file you
- wish to de-arc onto a different disk before de-arcing.
-
-
- Two types of image files are included on the companion disk
- in the "GALLERY.ARC" file. These are PCX files and autodisplay
- (".COM") files. PCX files require the use of the "view.exe"
- program to display. Autodisplay files will display themselves on
- a VGA equipped computer when their filename is typed at the Dos
- command prompt.
-
-
-
- All C code is directly compilable by Turbo C version 2.0.
- Some code changes will be required for use with other C
- compilers. The list below describes the types of files to be
- found on the companion disk. The file, "readme.doc" on the
- companion disk, describes last minute changes to the code that
- did not make it into the printing of this book. Please read this
- file carefully.
-
-
-
- Filename Extension Type/Content of file
- ----------------------------------------------------------------
- ".C" C source code files
- ".H" C header (include) files
- ".PRJ" Turbo C's "project make" files
- ".ASM" assembler language source code files
- ".EXE" directly executable program files
- ".COM" directly executable autodisplay image files
- ".PCX" PCX format image files
-
-
- Companion Disks Contents
-
- File: README.DOC - Last minute information file (this file).
-
- File: C1.ARC
- VGAGRAPH.ASM - Small memory model version of the
- Video Mode 13H Assembler Language Support
- VGA.H - VGA Function Library header file
- VGA.C - VGA Function Library
- MISC.H - File of miscellaneous defines
-
- File: C4.ARC
- DIGITIZER.ASM - The low level digitizer driver code
- DIGITIZER.H - The low level digitizer driver header file
- TEST1.C - Digitizer test program one
- TEST1.PRJ - Digitizer test program one project make file
- TEST1.EXE - Executable test program one
- TEST2.PRJ - Digitizer test program two project make file
- TEST2.C - Digitizer test program two
- TEST2.EXE - Executable test program two
-
- File: C5GVIDEO.ARC
- GVIDEO.PRJ - Generic image example program project make file
- GVIDEO.C - Generic image example program
- PVIDEO.PRJ - Focus window example program project make file
- PVIDEO.C - Focus window example program
- ALLVIDEO.PRJ - All resolution example program project make file
- ALLVIDEO.C - All resolution example program
- ALLVIDEO.EXE - Executable example program
- ACQUIRE.PRJ - 320x200 image aspect ratio corrected program
- project make file
- ACQUIRE.C - See above
-
- File: C5CVIDEO.ARC
- CVIDEO.PRJ - Full color example program project make file
- CVIDEO.C - Full color example program
- IMAGECOM.ASM - Autodisplay program
-
- File: C6PCX.ARC
- PCX.H - PCX function library header file
- PCX.C - PCX function library
- COMPRESS.ASM - Assembler language RLL encoder program
- MISC.H - File of miscellaneous defines
-
- File: C6TIFF.ARC
- TIFFINFO.DOC- Additional details about the tiff library
- functions.
- TIFF.H - TIFF header file one
- TIFFIO.H - TIFF header file two
- TIFFINTF.H - TIFF interface header file
- CCITT.C - Stubs for CCITT compression code
- COMPRESS.C - Compression algorithm selector code
- DIR.C - Directory parsing and building code
- DUMPMODE.C - Uncompressed image functions
- ERROR.C - Error and warning functions
- IO.C - File I/O functions
- LZW.C - Lempel-Ziv & Welch compression/expansion functions
- PACKBITS.C - PackBits compression/expansion functions
- PRINT.C - TIFF directory listing functions
- TIFF.C - TIFF function library code
- SWAB.C - Byte swapping code
-
- File: C6VIEW.ARC
- VGAGRAPH.ASM - Medium memory model version of mode 13H graphic functions
- VIEW.PRJ - The view program project make file
- VIEW.C - The view program (medium memory model)
- VIEW.EXE - An executable version of the view program
-
- File: C7.ARC
- PRTSIMP.C - A bonus threshold printing program
- PRINTER.H - Print program header file
- PRINT.PRJ - Print program project make file
- PRINT.C - Print program
-
- File: C8.ARC
- IMAGESUP.H - Image processing support function header file
- IMAGESUP.C - Image processing support functions
-
- File: C9.ARC
- PTPROCESS.H - Point process header file
- PTPROCESS.C - Point process function library
- PTTEST.PRJ - Point process example program project make file
- PTTEST.C - Point process example program
-
- File: C10.ARC
- ARPROCESS.H - Area process header file
- ARPROCESS.C - Area process function library
- ARTEST.PRJ - Area process example program project make file
- ARTEST.C - Area process example program
-
- File: C11.ARC
- FRPROCESS.H - Frame process header file
- FRPROCESS.C - Frame process function library
- FRTEST.PRJ - Frame process example program project make file
- FRTEST.C - Frame process example program
-
- File: C12.ARC
- GEPROCESS.H - Geometric process header files
- GEPROCESS.C - Geometric process function library
- GETEST.PRJ - Geometric process example program project make file
- GETEST.C - Geometric process example program
- P2CH12L3.C - Aspect ration correction code fragment
-
- File: GALLERY.ARC
-
- This archived file contains a miscellaneous collection of images
- some from the book other not. Remember any files with the ".PCX"
- extension must be viewed with the "view.exe" program. Any files
- with the ".COM" extension will automatically display themselves
- when their filename is typed at the DOS command line.
-