home *** CD-ROM | disk | FTP | other *** search
/ Fractal Frenzy 1 / WalnutCreekFractalFrenzy-1.iso / pc / viewers / atari_st / mgif37b.arc / README.37 < prev   
Text File  |  1991-07-25  |  2KB  |  53 lines

  1. mgif 3.7 91/7/25
  2. ----------------
  3.  
  4. This is a new version of mgif, a GIF viewer for monochrome monitors (only).
  5. There are no new features, just improvements and some bug fixes. Notable
  6. amongst the improvements is dynamic memory allocation. Mgif now allocates
  7. whatever memory is available rather than resorting to static arrays. This
  8. should please more than a few people.
  9.  
  10. The last posted version was 3.5. Get the documentation from there. Source
  11. to 3.5 was also posted, though I do not have time right now to post source
  12. to this version. The changes are fairly small.
  13.  
  14. Changes from 3.5 to 3.7:
  15.  
  16.     - all: everything is now maintained under RCS (thanks to apratt@atari
  17.       for the port of RCS). Initial revs of each file correspond to 3.5's
  18.       version numbering for each file.
  19.  
  20.     - flicker.c: fix flicker for SimpConv2Gray so image is not so dark.
  21.       Also make sure last word in each pixel row gets dumped to screen
  22.       (this only pertains to cut and zoom operations).
  23.  
  24.     - mgif.c: since version now uses $Id$, clean up version string by
  25.       removing "$Id: " and " $" from string before it is used.
  26.  
  27.     - mgif.c: add noise, beta, etc to "what" display. Also fix size for
  28.       new/transformed image.
  29.  
  30.     - mgif.c: check for color rez and abort if so.
  31.  
  32.     - mgif.c,process.c,readgif.c,readpi.c: add dynamic memory for arrays.
  33.       Most changes are in mgif.c. New globals (maximg,maxraw) replace
  34.       defines MAXIMG,MAXRAW in other files.
  35.  
  36.     - low.c: eliminate grid and just draw boundaries. Cursors remain
  37.       XOR lines.
  38.  
  39.     - mgif.c,low.c: "fix" bug with detecting insert key during cut (I
  40.       think this is really a bug in Alcyon).
  41.  
  42. I tested this on a half dozen different GIF images, all of which were smaller
  43. than 640x480 and did not see any problems. Remember, this is only for GIF87a
  44. files, and only for 640x400 mono monitors. It will probably not run on a TT.
  45. with lots of memory (2MB or more) you should be able to view 1000x1000 images,
  46. though only 640x400 will be on the screen. There is still no way to pan
  47. larger images.
  48.  
  49. Enjoy...
  50.  
  51. -Bill Rosenkranz
  52. rosenkra@convex.com
  53.