home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / grafix / anim / xanim6.lha / xanim6 / amiga.readme next >
Encoding:
Text File  |  1995-02-28  |  5.1 KB  |  131 lines

  1.  Welcome to the wonders of XAnim..
  2. ===================================
  3.  
  4. This is a port of the X11 animation viewer Xanim by Mark Podlipec.
  5. The program relies on my libX11 to run, and does everything in the
  6. same manner as the X11 version does. Which means internally it uses
  7. a chunky representation of the frames and isn't what you would call
  8. fast (on the amiga..)! (great on my A4000/040 though!)
  9.  
  10. It uses the chunky stuff from Morten Eriksen (thanks Morten!), 
  11. which may cause problems on some gfx cards. 
  12.  
  13. setenv X11/askmode 1 : xanim will pop up an asl screenmode requester
  14. before opening the screen. (this is wb2.1+ only!)
  15.  
  16. This is improved somewhat and will probably work better with gfxcards.
  17.  
  18. setenv X11/gfxcard 1 : xanim will not use the chunky stuff from Morten
  19. but WritePixelArray and other system functions. If the program loads
  20. the anim but crashes horribly after opening the screen, try it!
  21.  
  22. setenv X11/usepub Workbench : xanim will open a window on the workbench
  23. and display the anim there!
  24.  
  25. setenv X11/debug 1 : prints a couple of debug lines..
  26.  
  27. set stack to at least 20000! (it doesn't do any stackcheck!)
  28.  
  29. If you are trying to run this on a non AGA machine and
  30. no gfx board either then the anims may not look too good!
  31. (32 colors max when running 256 color anims usually looks
  32. somewhat poor) But you will probably get a general idea as
  33. to how it might look in 256 colors! Also not running on wb3.0+
  34. it might easily crash if you are unlucky!
  35.  
  36. some info from the xanim.man file:
  37.        XAnim  is a program that can display animations of various
  38.        formats on systems running X11.  XAnim currently  supports
  39.        the following animation types:
  40.  
  41.       +  FLI animations.
  42.       +  FLC animations.
  43.       +  IFF animations.  The  following  features  are  sup-
  44.          ported:
  45.            -> Compressions 3,5,7,J(movies) and l(small L).
  46.            -> Color cycling during single images and anims.
  47.            -> Display Modes: depth 1-8, EHB, HAM and HAM8.
  48.       +  GIF87a and GIF89a files.
  49.            -> single and multiple images supported.
  50.            -> GIF89a animation extensions supported.
  51.       +  GIF89a animation extension support.
  52.       +  a kludgy text file listing gifs and  what  order  to
  53.          show them in.
  54.       +  DL animations. Formats 1, 2 and 3. TEMPORARILY DISABLED.
  55.       +  Amiga PFX(PageFlipper Plus F/X) animations. DISABLED TEMPORARILY.
  56.       +  Amiga MovieSetter animations(For those Eric Schwartz
  57.          fans).
  58.       +  Utah Raster Toolkit RLE images and anims.
  59.       +  AVI animations. Currently supported are
  60.            ->*IBM Ultimotion     (ULTI) depth 16.
  61.                -> JPEG               (JPEG) depth 24.
  62.                -> Motion JPEG        (MJPG) depth 24.
  63.                -> Intergraph JPEG    (IJPG) depth 24.
  64.            -> Microsoft Video 1  (CRAM) depth 8 and 16.
  65.            -> SuperMac Cinepak   (CVID) depth 24.
  66.            -> Uncompressed       (RGB ) depth 8
  67.            -> Run length encoded (RLE8) depth 8.
  68.       +  Quicktime Animations.  The  following  features  are
  69.          supported:
  70.            -> Uncompressed     (RAW ) depth 4,8,16,24,24+ and GRAY 4,8.
  71.            -> Apple Graphics   (RLE ) depth 1,8,16 and 24 and GRAY 8.
  72.            -> Apple Animation  (SMC ) depth 8 and GRAY.
  73.            -> Apple Video      (RPZA) depth 16.
  74.            -> SuperMac Cinepak (CVID) depth 24 and GRAY 8.
  75.            -> ???      YUV2    (YUV2) depth 24.
  76.            -> Photo JPEG       (JPEG) depth 8 and 24.
  77.            -> Supports multiple video trak's.
  78.            -> Supports animations with multiple codecs.
  79.            -> Supports single-fork and separate .rsrc and .data forks.
  80.       +  JFIF images. NOTE: use XV for single images. This is more
  81.          for animation of a sequence of JPEG images.
  82.       +  WAV audio files may have their sound added to any animation
  83.          type that doesn't already have audio, by specifying the .wav
  84.          file after the animation file on the command line. Currently
  85.          only the PCM audio codec is supported.
  86.       +  any combination of the above  on  the  same  command
  87.          line.
  88.  
  89. source headers say:
  90.  
  91. /*
  92.  * xanim.c
  93.  *
  94.  * Copyright (C) 1990,1991,1992,1993,1994 by Mark Podlipec. 
  95.  * All rights reserved.
  96.  *
  97.  * This software may be freely copied, modified and redistributed without
  98.  * fee for non-commerical purposes provided that this copyright notice is
  99.  * preserved intact on all copies and modified copies.
  100.  * 
  101.  * There is no warranty or other guarantee of fitness of this software.
  102.  * It is provided solely "as is". The author(s) disclaim(s) all
  103.  * responsibility and liability with respect to this software's usage
  104.  * or its effect upon hardware or computer systems.
  105.  *
  106.  */
  107.  
  108. So redistribute it any way you like, (if you find it worthy of the
  109. effort..)
  110.  
  111. If you find this program great you may consider a small contribution
  112. of $10 for the use of my X11 emulation and my efforts in porting
  113. this program to the Amiga. The Xanim itself is free and an X11
  114. version can be obtained via ftp on  public.x.org or other X11
  115. ftp sites.
  116.  
  117. My address is:
  118.  
  119.  Terje Pedersen
  120.  Oterveien 55
  121.  9017 Tromsoe
  122.  Norway
  123.  
  124. Want to know more about xanim? try:
  125. http://www.portal.com/~podlipec/home.html  "The XAnim Home Page"
  126.  
  127. And thanks to all who has suggested improvements and ways
  128. to prevent possible problems on other configurations! (thanks Olaf!)
  129.  
  130. TP
  131.