home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1101.lha / Docs / English / Contents < prev    next >
Encoding:
Text File  |  1995-10-08  |  3.7 KB  |  97 lines

  1. ==========
  2.  
  3. ZGIFDataType     39.16    Fast datatype for displaying GIF files.
  4.  
  5. A very fast GIF Datatype
  6.  
  7.  Main features:
  8.  
  9.     o    SPEED.  Try it, after using this you wont want to be without it!
  10.     o    Supports most gifs (only some esoteric, and mostly unused features
  11.         of the GIF8?a standard have been ignored)
  12.     o    Uses async file reading for greater performance - on an A1200 will
  13.     load a picture the same speed off of floppy as off of hard drive!
  14.     o    100% Assembly language, very optimised.
  15.     o    Custom chunky to planar conversion, that is reasonably fast 
  16.         (a version using WritePixelLine8() runs about 50% the speed of 
  17.         this version)
  18.     o    Now works with all 68000 series CPU's (i hope)
  19.     o    Now supports transparent gifs ('copy' a transparent gif from
  20.         multiview and then paste it as a bruch in DPaint - NEAT eh?)
  21.     o    Its FREE! (this is of course the best bit)
  22.  
  23.  
  24. Main limitations: (hey, its not _perfect_ after all)
  25.  
  26.     o    OM_WRITE BOOPSI method not yet implemented.  Expect this in a future
  27.         release.
  28.     o    Only decodes pictures with a global colour table.  Most gif loaders
  29.         do the same, and most writers write them.
  30.     o    Ignores any local colour tables (but still decodes picture).  Could
  31.         lead to a bad palette.
  32.  
  33. Author: Michael Zucchi
  34. Path: AmigaLibDisk1101:Programs/ZGIFDataType/
  35.  
  36. ==========
  37.  
  38. C_dt     39.11    C datatype, highlights c/c++ keywords
  39.  
  40. This is a C Source data type for using in MultiView or similar programs.
  41. It displays different parts of a C Source in different style and color,
  42. like comments, keywords, basic types and cpp keywords!  This goes all
  43. through a prefs file.  If you design a nice preference file, please 
  44. submit it to the author, so that anyone can use it!
  45.  
  46. Author: Stefan Ruppert
  47. Path: AmigaLibDisk1101:Programs/C_dt/
  48.  
  49. ==========
  50.  
  51. db       2.6    Database with GadTool look
  52.  
  53. db is a small and fast database program that I wrote after having tested
  54. numerous other PD database programs and always found something lacking or
  55. irritating me. They might have dozzens of features not found in db, but
  56. they lacked font sensitivity and a standard GUI look and OS 3.0 behaviour.
  57.  
  58. My main need was to keep record on addresses and telephone numbers of
  59. friends and companies.  Before v2.0 db was fixed to be just an address
  60. and telephone database, but that has changed.  The program is designed
  61. to handle information of your choice.  Currently you have to use a file
  62. editor to specify the database fields and layout as there is no GUI for
  63. that.
  64.  
  65. Anyway that's a one time job, then you just USE the database and have fun.
  66.  
  67. Complete GUI support will probably only be included in a commercial product
  68. I plan to call REG.
  69.  
  70. A partial list of db's features include:
  71.  
  72.     o Dynamic memory handling. Number of records and fields only limited by
  73.       free memory.
  74.     o GadTool based. (Use fields of string, checkbox and cycle type)
  75.     o Mouse and keyboard driven.
  76.     o User definable fields and layout.
  77.     o Multiple views of the same database.
  78.     o Commodore's Clipboard for flexible interaction with other programs.
  79.     o AppWindow -just drag and drop database icons on db to load.
  80.     o Online MenuHelp -Press HELP key when selecting a menu item.
  81.     o Font sensitivity.
  82.     o ARexx
  83.     o ASL requesters for flexible loads and saves.
  84.     o Localized
  85.     o Dial numbers using a modem or loudspeaker
  86.     o WB and Shell usage with Commodore's template parsing
  87.     o Fast and flexible find function using AmigaDOS patterns.
  88.     o Filter function.
  89.     o Fast and flexible sort function. Multiple sort orders can be
  90.       specified.
  91.     o 'Export View' and two standard ASCII export features.
  92.     o Automatic ASCII import (tab-separated ASCII)
  93.  
  94. Author: David Ekholm, Datadosen
  95. Path: AmigaLibDisk1101:Programs/db/
  96.  
  97.