home *** CD-ROM | disk | FTP | other *** search
/ Compressed Image File Formats / CompressedImageFileFormatsJohnMiano.iso / pc / Library / jpeg / 00inhere.txt next >
Encoding:
Text File  |  1998-12-18  |  634 b   |  14 lines

  1. This directory contains a sample JPEG encoder and a JPEG decoder. These
  2. applications require the LIBIMAGE.LIB file. Go to the MSVC (MSVC++) or
  3. the BC (C++Builder) directory (depending upon the compiler you are using
  4. and build this file.
  5.  
  6. BORLAND.BAT builds using C++Builder
  7. MSVC.BAT build using MSVC++
  8.  
  9. In order to demonstrate the operation of the encoder, it has been set up
  10. to encode each component in a separate scan. Some older image viewing
  11. applications may not be able to read files created this way. You may wish
  12. to edit the encoder source code to change this behavior.
  13.                                            
  14.