home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 643b.lha / jpeg2dctv_v0.2 / jpeg2dctv.readme < prev    next >
Encoding:
Text File  |  1991-10-16  |  1.6 KB  |  46 lines

  1. JPEG2DCTV Version 0.2 
  2.  
  3. This is a quick and dirty program to decompress JPEG compressed
  4. images into a DCTV display buffer.  It takes about one minute to
  5. decompress a 730 x 482 x 24 bit image to a full DCTV screen
  6. on an Amiga 3000 with 'jpeg2dctv', and about 40 seconds with
  7. 'jpeg2dctv.030'.
  8.  
  9. Usage: jpeg2dctv [-b] inputfile
  10. Hit control-c to terminate, after the program is finished decoding.
  11. The inputfile must be a JPEG compressed image.
  12.  
  13. If you are running this under Workbench 1.3, please set your stack
  14. size to a minimum of 20000.
  15.  
  16. You _must_ install 'dctv.library' in your LIBS: directory to use
  17. 'jpeg2dctv'.  The 'dctv.library' is included in this archive, along
  18. with a test image named (appropriately) 'testimg.jpg'.
  19.  
  20. 'dctv.library' is copyrighted (c) 1991 by Digital Creations, Inc.
  21.  
  22. The JPEG source code used in 'jpeg2dctv' is copyrighted (c) 1991 by
  23. Thomas G. Lane, and is part of the Independent JPEG Group's software.
  24.  
  25. 'jpeg2dctv'and 'jpeg2dctv.030' are copyrighted (c) 1991 by Benjamin Reich.
  26.  
  27. If there is any demand, I will include an option to save the DCTV
  28. image created by 'jpeg2dctv', though you can use any screen-capture
  29. program to capture the DCTV screen.
  30.  
  31. This software is provided AS IS.
  32.  
  33. Updates from v. 0.1:
  34.  
  35.    - added proper overscan support;
  36.    - now both 1.3 and 2.0 compatible;
  37.    - screen pops to front when finished decoding; and
  38.    - improved control-c handling
  39.      (will not break until after it is finished decoding);
  40.  
  41. -Benjamin Reich
  42.                    Portal:  Counsellor
  43.                    BIX:     ben_rich
  44.                    Delphi:  BEN_RICH
  45.                    Usenet:  Counsellor@cup.portal.com
  46.