home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / datatypes / gifanim_datatype / gifanimdtc203.readme < prev    next >
Encoding:
Text File  |  1998-05-26  |  3.8 KB  |  117 lines

  1. Short:    GIF Animation DataType V2.3
  2. Author:   GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  3. Uploader: GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  4. Type:     util/dtype
  5. Requires: animation.datatype V41
  6. Replaces: util/dtype/gifanimdtc202.lha
  7. Replaces: util/dtype/gifanimdtc201.lha
  8.  
  9. -- NEW -- NEW -- NEW -- NEW -- NEW -- NEW -- NEW -- NEW --
  10.  
  11. gifanim.datatype >= V2.2 can now create GIF Animation streams
  12.  
  13. -- NEW -- NEW -- NEW -- NEW -- NEW -- NEW -- NEW -- NEW --
  14.  
  15.  
  16. DataType for displaying GIF Animations
  17.  
  18. -- Features are:
  19. * Implements a GIF Animation stream encoder.
  20.   Using the included "DTConvert", you can convert any animation to GIF
  21.   Animation streams, like
  22.   IFF ANIM          -> GIF ANIM
  23.   MPEG Video/System -> GIF ANIM
  24.   CDXL              -> GIF ANIM
  25.   and so on...
  26.   The only requirement is that for the source file an animation.datatype
  27.   subclass must exists in the system, nothing more.
  28.  
  29.   The encoder supports creation of interlaced and transparent animations,
  30.   too.
  31.  
  32. - CyberGFX output (16/24 bit truecolor)
  33.  
  34. - Supports local colormaps
  35.  
  36. - Supports sound.
  37.   Any sound (loaded with a sound.datatype subclass) can be attached to the
  38.   animation.
  39.  
  40.   If you want, you can read-out this animation+sound as an IFF FILM stream
  41.   (using DumpDTAnim (Aminet:gfx/conv/DumpDTAnim#?.LhA)) and make a
  42.   playback using film.datatype.
  43.  
  44. - Dynamic loading of frames (disk-based) or caching the whole anim in memory.
  45.  
  46.  
  47.  
  48.  
  49. -- Changes since V2.2:
  50.     V2.3
  51.       - Fixed a couple of holes in the descriptor code which may caused
  52.         endless loops or - more worse - crashes in the past.
  53.         Thanks to Guillaume Ubbelohde (950947@mercure.umh.ac.be) for
  54.         reporting the bug.
  55.  
  56.       - The descriptor now checks if the given gif stream is a
  57.         multi-picture gif stream or not, nothing else !
  58.         Syntax checking/version checking etc. is NOT done, this is the
  59.         job of the decoder (e.g. the class library).
  60.  
  61.       - The error checking in the decoder has been improved a little
  62.         bit. Still not perfect, but...
  63.  
  64.       - The decoder now explains most errors in a console window.
  65.  
  66.       - Implemented a NOVERBOSE option (as requested by many people),
  67.         which turns all error messages OFF.
  68.         Be carefull with this option !!!
  69.  
  70.       - Minor code changes and optimisations.
  71.  
  72.     V2.2
  73.       - Minor code cleanup
  74.  
  75.       - Removed REPEAT and NOREPEAT options/feature because this
  76.         hack-like "feature" seems to be incompatible to GMultiView's
  77.         repeat option.
  78.         Problem fixed.
  79.  
  80.       - Added encoder prefs options to set GIF interlace mode, transparent
  81.         and background pens.
  82.         See "gifanim.datatype.doc" section "preferences" for details.
  83.         Currently untested...
  84.  
  85.       - Major speedup in the encoder part (~ three times faster).
  86.         a) The encoder now writes any incoming bitmap in an chunkypixel
  87.            array and operates on it instead of doing ReadPixel for
  88.            each pixel.
  89.         b) Minor other changes in the encoder section...
  90.  
  91.       - The decoder now treats 0x00-chars in the chunk id position as
  92.         padding bytes and does not prompt any sytax error any more.
  93.         Now the "slidbar.gif" created by "GifBuilder 0.2" works...
  94.  
  95.       - Introduced the option STRICTSYNTAX which prints additionally
  96.         syntax errors (like the 0x00 padding bytes above...).
  97.  
  98.       - Added Installation script "Install DataType".
  99.         It would be very nice if someone has the time to write a
  100.         1:1 CBM Installer version of it...
  101.  
  102.  
  103. ----
  104.  
  105. Bye,
  106. Roland
  107.  
  108.  
  109. P.S.:
  110. Following was cut from an aminet "weekly-uploads" mail:
  111. | Please rate all the programs you
  112. | download. To do so, send to aminet-server@wuarchive.wustl.edu :
  113. | RATE <path> <num>
  114. | where <path> is the file you want to judge and <num> is a mark from 0..10
  115. | with 10 being the best. You can rate several programs in one mail, but
  116. | don't rate your own programs. Example: RATE dev/gui/mui23usr.lha 8
  117.