home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 243.lha / TruncANIM.doc < prev    next >
Text File  |  1989-05-10  |  2KB  |  46 lines

  1.       TruncANIM V0.1 by Craig Decker
  2.       Written April 24, 1989
  3.       Benchmark Modula-2
  4.  
  5.       FreeWare
  6.        - Post this anywhere you like, as long as this doc file stays
  7.          attached.
  8.  
  9.  
  10.       This program was written in response to a request by a local DPaint
  11.       III user.  When you create an ANIM file in DPIII it appends the first
  12.       2 frames of your anim to the end, so that it will loop.  This is
  13.       fine except when you don't want the ANIM to loop there is no way to
  14.       kill this "feature".  Before TruncANIM the only alternative was to
  15.       save the frames individually, create a batchfile, and run makeANIM on
  16.       it.  Tedious at best and it defeats alot of what you gained with
  17.       DPaintIII.  To use the program you first create your ANIM file using
  18.       DPIII, or makeANIM, or VS3D, or what ever. Then type -
  19.  
  20.              TruncANIM infile outfile #_of_frames <return>
  21.  
  22.      this will produce a file called outfile that consists of the first
  23.      x_#_of_frames of the ANIM file called infile.
  24.  
  25.      If you don't know how many frames you have to begin with just type -
  26.  
  27.              TruncANIM infile <return>
  28.  
  29.      this will tell you how many frames there are in "infile".     
  30.  
  31.  
  32.       Future Additions:
  33.        - enter # of frames to chop off or use current method.
  34.        - ????? (requesters, view before chop, etc...)
  35.   
  36.                                     Spaeter,
  37.                                     Craig Decker
  38.                                     1327 31st ST #2
  39.                                     Des Moines, IA 50311
  40.  
  41.       I can be reached on CIS - 71131,1271 or
  42.       as Craig Decker on Sam's Place (515-287-1334).
  43.  
  44.       PS - This was a rush job so there is definitely room for
  45.            improvement.  Any comments or suggestions appreciated.
  46.