home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 580b.lha / MegaView_v1.1b / mv.readme < prev    next >
Text File  |  1991-08-26  |  4KB  |  83 lines

  1. -------------------------------------------------------------------
  2.  M E G A V I E W  V1.1b  - ©1991 By McCormick & Associates
  3. -------------------------------------------------------------------
  4.  
  5. Megaview is a shareware GIF(tm) viewer for use with the DCTV(tm) hardware
  6. and was written by John R. McCormick of McCormick & Associates
  7.  
  8. Introduction
  9.  
  10. MegaView was written in pure 68000 assembly language for size and speed (mostly
  11. speed).
  12.  
  13. I wrote MegaView because I was tired of not being able to see the large GIF
  14. files that were being uploaded from the IBM world without either converting 
  15. the images to HAM, therefore reducing the resolution of the image, or using
  16. a product such as Art Department Professional (by ASDG, inc, great product!)
  17. to convert the image to IFF24 format (requiring 3mb or more of memory and
  18. almost 800k of disk space for the IFF24 file). 
  19.  
  20. Having my A500 with 2mb of memory pretty much left me stuck only able to
  21. convert small GIF's. 
  22.  
  23. With all the colors and the resolution available to me on my DCTV I was
  24. still stuck. So I decided to make a GIF viewer that was both fast and small.
  25. After much searching I found the information I needed to decode the GIF
  26. files and produce the images on the DCTV, along with the information for
  27. several other graphic file formats which will be implemented in future
  28. versions of MegaView (registered version only).
  29.  
  30. The next major format to be incorporated into MegaView will be PCX
  31. (PC Paintbrush files). Followed closely by BMP (Windows Bitmaps) and TIFF
  32. files. Full scaling and graphic conversion (GIF to DCTV etc. will be
  33. incorporated as I am able). All implementation will be in pure 68000/020
  34. assembly language (I will only resort to 020 if I find it necessary for speed).
  35.  
  36. I would like to make MegaView the most versatile graphics viewer for the Amiga
  37. but in order to do that I need your help.  Though the shareware concept hasn't
  38. worked too well in the past on the Amiga I have decided to give the Amiga
  39. community another chance to prove that Amiga shareware software is appreciated
  40. and that the Amiga community feels that shareware authors should produce
  41. more software.
  42.  
  43. Future enhancements will be implemented based on my time and the hardware
  44. available to me,  I will very probably support the HAM-E board and other
  45. 24 bit video boards (maybe even Amiga video modes).
  46.  
  47. If you feel that this software is worth using please register it by sending
  48. a check or money order (please allow extra time for personal checks) for
  49. $15.00 (in US funds drawable from a US bank) to:
  50.  
  51.     McCormick & Associates
  52.     3223 64th Avenue S.W.
  53.     Seattle, WA  98116
  54.  
  55. If you are out of the US please add an additional $5 US to cover postage etc.
  56.  
  57. I will send you the very latest version of the register version of the software.
  58. Let's all support Amiga shareware, and keep shareware authors from defecting to
  59. the IBM world!! Thanks.
  60.  
  61. INSTALLATION
  62.  
  63. copy mv into your C: directory
  64. copy dctv.library and req.library into your libs: directory
  65.  
  66. By the way the only parameter that MV takes is the name of the file you want to
  67. view so to see the file CONRAD2.GIF you would type:  
  68.  
  69.     MV CONRAD2.GIF
  70.  
  71.  or MV if you want to select the file to display using a file requester
  72.  
  73. when the file is done displaying press either mouse button or press any key to
  74. exit the program.
  75.  
  76. This program makes use the the REQ library by Colin Fox (of Pyramyd Designs)
  77. and Bruce Dawson (of CygnusSoft Software), req.library is copyright 1989
  78. by Colin Fox and Bruce Dawson.
  79.  
  80. -------------------------------------------------------------------
  81.  M E G A V I E W  V1.1b  - ©1991 By McCormick & Associates
  82. -------------------------------------------------------------------
  83.