home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 70 / af070sub.adf / Xanim5 / XANIM5.LHA / xanim26976 / readme.amiga < prev    next >
Encoding:
Text File  |  1995-02-11  |  2.4 KB  |  68 lines

  1. Short:    XAnim: Avi/Quicktime/FLI/FLC/IFF/GIF/MPEG/ etc..player..
  2. Author:   Mark Podlipec/Terje Pedersen (Amiga part)
  3. Uploader: terjepe@stud.cs.uit.no
  4. Type:     gfx/show
  5.  
  6. It uses the chunky stuff from Morten Eriksen (thanks Morten!), 
  7. which may cause problems on some gfx cards. 
  8.  
  9. setenv X11/askmode 1 : xanim will pop up an asl screenmode requester
  10. before opening the screen. (this is wb2.1+ only!)
  11.  
  12. This is improved somewhat and will probably work better with gfxcards.
  13.  
  14. setenv X11/gfxcard 1 : xanim will not use the chunky stuff from Morten
  15. but WritePixelArray and other system functions. If the program loads
  16. the anim but crashes horribly after opening the screen, try it!
  17.  
  18. setenv X11/usepub Workbench : xanim will open a window on the workbench
  19. and display the anim there!
  20.  
  21. setenv X11/debug 1 : prints a couple of debug lines..
  22.  
  23. set stack to at least 20000! (it doesn't do any stackcheck!)
  24.  
  25. If you are trying to run this on a non AGA machine and
  26. no gfx board either then the anims may not look too good!
  27. (32 colors max when running 256 color anims usually looks
  28. somewhat poor) But you will probably get a general idea as
  29. to how it might look in 256 colors! Also not running on wb3.0+
  30. it might easily crash if you are unlucky!
  31.  
  32. source headers say:
  33.  
  34. /*
  35.  * xanim.c
  36.  *
  37.  * Copyright (C) 1990,1991,1992,1993,1994,1995 by Mark Podlipec. 
  38.  * All rights reserved.
  39.  *
  40.  * This software may be freely copied, modified and redistributed without
  41.  * fee for non-commerical purposes provided that this copyright notice is
  42.  * preserved intact on all copies and modified copies.
  43.  * 
  44.  * There is no warranty or other guarantee of fitness of this software.
  45.  * It is provided solely "as is". The author(s) disclaim(s) all
  46.  * responsibility and liability with respect to this software's usage
  47.  * or its effect upon hardware or computer systems.
  48.  *
  49.  */
  50.  
  51. So redistribute it any way you like, (if you find it worthy of the
  52. effort..)
  53.  
  54. If you can think of anything that involves my address:
  55.  Terje Pedersen
  56.  Oterveien 55
  57.  9017 Tromsoe
  58.  Norway
  59. or if you want to tell me how great the 'port' is you can use
  60. terjepe@stud.cs.uit.no :-)
  61.  
  62. I can't legally charge anything for this program, but if you are
  63. really impressed by my efforts and want to support my work, no
  64. one can prevent you from sending me a small contribution!
  65.  
  66. And thanks to all who has suggested improvements and ways
  67. to prevent possible problems on other configurations! (thanks Olaf!)
  68.