home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / oct93 / os30 / zgifdatatype.lha / ZGIFDataType / ZGIFDatatype39.3.Doc < prev    next >
Text File  |  1993-07-28  |  2KB  |  83 lines

  1.  
  2.  
  3.     ZGIFDatatype 39.3
  4.     August '93
  5.  
  6.     Another FAST Utility Written by Michael Zucchi
  7.  
  8.  This is a replacement for any of the other gif datatypes available, and its
  9. main improvement is SPEEEEEEEED!
  10.  
  11.  I don't have any timings, but i'd estimate at least a 3 to 4x speed
  12. increase over the other releases, and much more than that if working
  13. off of a floppy disk, due to async reading routines.  This is on an A1200.
  14.  
  15.  It _requires_ a 68020+ processor, and of course release 3.0+ system
  16. software.
  17.  
  18.  Main features:
  19.  
  20.     Its FAST.  It uses the FASTEST gif decoder in the Amiga world.
  21.     It should even be fractionally faster than ZGif04 (i don't believe
  22.     it, i left an ENTIRE register free before! :)
  23.  
  24.     Should support almost any basic gif.
  25.  
  26.     Uses async file reading for greater performance - on an A1200 will
  27.     load a picture the same speed off of floppy as off of hard drive!
  28.  
  29.     100% Assembly language, very optimised.
  30.  
  31.     Its _FREE_!  (so any abnormal operaion is not my responsibility :)
  32.  
  33.  
  34.  Whats wrong with it then?
  35.  
  36.     Does not suport OM_SAVE BOOPSI method.  I don't know the BOOPSI
  37.     side of how to do it, and i haven't written an encoder yet.
  38.  
  39.     Only decodes pictures with a global colour table.
  40.  
  41.     Ignores any local colour tables (but still decodes picture)
  42.  
  43.  
  44.  To install:
  45.  
  46.     Copy the gif.datatype file into your sys:classes/datatypes/ drawer
  47.     Copy the Datatypes/GIF file (and its icon) into DEVS:Datatypes/
  48.  
  49.     Thats it!
  50.  
  51.  
  52.  To contact the Author:
  53.  
  54.     I can be reached via email at:
  55.  
  56.         9107047w@lux.levels.unisa.edu.au
  57.  
  58.     I'd like to hear about any major/minor bugs.
  59.  
  60.     I'm a _poor_ student currently doing 3rd year Computer Systems
  61.     Engineering at The University of South Australia.
  62.     (So, if ya want, please send me $$!)
  63.  
  64.  Thanks to the guys who supplied me with those odd (and i mean _odd_ :)
  65.  gif's to test some of the weirder stuff.
  66.  
  67.  Thanks also to C= for making such a _cool_ OS.
  68.  (Hey C=, do i have to test to see if i got my memory for setting up the
  69.  colour tables?  bmp.datatype doesn't?)
  70.  
  71.  
  72.  - Michael Z
  73.  
  74.  
  75.  History
  76.  
  77.  39.0    Initial version
  78.  39.1    Now does any depth gif, not only 4 or 8, used to ignore.
  79.  39.2    Now supprts interlaced gifs, used to ignore.
  80.  39.3    Added better viewmode selection via BestModeID(), uses
  81.      the 'workbench' monitor (if possible).
  82.  
  83.