home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Graphics / graphics-16000.iso / msdos / animutil / dta18 / whatsnew.dta < prev   
Text File  |  1993-01-30  |  19KB  |  401 lines

  1. What's new in DTA:
  2.  
  3.  Rel 1.8g (01/18/92)
  4.   o Added comments to @files... just prefix comments with a ";".
  5.   o DTA now ignores blank lines in @files.
  6.   o Fixed assorted bugs.
  7.   o Added grayscale TIF output
  8.   o Added /I option, which works like /K (skip), except instead
  9.     of specifying how many frames to skip, specify the total
  10.     number of frames you want in your flic.  So if you have
  11.     50 files... X000.TGA, X001.TGA, on up to X049.TGA, and
  12.     you type:
  13.      dta x*.tga /i10
  14.     then DTA will create a 10-frame flic from X000, X004, X009,
  15.      etc.
  16.  Rel 1.8f (12/30/92)
  17.   o Fixed some more bugs.
  18.   o Added support for 8-bit grayscale TGA files (type 3).
  19.     (To create one, use /B8 /FT).
  20.   o Added picture rescaling.  The /SC option, which only works
  21.     when you're creating flics, rescales an image so it's the same
  22.     size as the screen resolution.
  23.     The /SW option rescales an image so it's the same width as the
  24.     screen resolution (or, if you enter a number, like /SW100,
  25.     to the width that you specify... if you use /SW for an output
  26.     format other than a flic, then a specified width is required)
  27.     The /SD option rescales an image so it's the same depth as the
  28.     screen resolution (or, if you enter a number, like /SD100,
  29.     to the depth that you specify... if you use /SD with an output
  30.     format other than a flic, then a specified width is required)
  31.  Rel 1.8e (12/17/92)
  32.   o For some reason the /NM option didn't work anymore.  Fixed.
  33.   o Fixed a bug in FLC compression... it caused the wrong pixels
  34.     to be updated when there was a change in a pixel row after a
  35.     run of more than 254 unchanged pixels.
  36.   o Fixed a bug that caused a page-fault (runtime error 216)
  37.     when creating GIF or TGA files in the protected mode
  38.     version.
  39.   o There used to be a limit on the width of pictures that DTA
  40.     could process... if you made it read a picture wider than
  41.     1280 pixels, you'd either get a spectacular crash requiring
  42.     a reboot (real mode) or an error message (protected mode).
  43.     Now it should be able to process pictures with a width up
  44.     to 16K pixels or so without crashing.
  45.  Rel 1.8d (11/30/92)
  46.   o Fixed one bug, which prevented DTA from creating 1-frame
  47.     flics correctly.
  48.   o Including two versions of DTA... DTA.EXE (real mode) and
  49.     DTAX.EXE (protected mode).  The memory management stuff
  50.     that I included in 1.8b and 1.8c is now separated into
  51.     another archive, DTAMEM.ZIP.
  52.     The real-mode version runs faster than the protected-mode
  53.     version, but only gives you access to 640K of memory.
  54.  Rel 1.8c (11/27/92)
  55.   o Whoops, introduced some new bugs in 1.8b.  Got ZIP, LZH, and
  56.     ARJ working fine, but it wouldn't read pictures outside of
  57.     archives anymore.
  58.  Rel 1.8b (11/27/92)
  59.   o Fixed a bug that caused a runtime error 204 whenever a frame
  60.     couldn't be compressed and had to be stored raw.
  61.   o Flics of resolutions other than 320x200 are now saved with the
  62.     extension 'FLC' instead of 'FLI'... to be consistent with
  63.     conventions established by Autodesk's Animator Pro.
  64.   o This is the first version of DTA to be compiled in 286 protected
  65.     mode.  This means that DTA can access up to 16MB of extended
  66.     memory without all that messy EMS/XMS/virtual memory management.
  67.     It also means DTA doesn't recognize EMS or page to disk any more.
  68.     If you require EMS or virtual memory, stick with the original
  69.     version 1.8.
  70.     Two extra files (DPMI16BI.OVL and RTM.EXE) are distributed
  71.     along with DTA to support protected mode.  You must keep these
  72.     files either in the same directory as DTA, or in the DOS path.
  73.     When DTA is run from inside a Microsoft Windows enhanced-mode
  74.     DOS window, it'll use Windows' DPMI services instead of the
  75.     Borland DPMI server.
  76.   o MAYBE fixed a bug in FLC compression.
  77.   o DTA can read pictures stored in ZIP and ARJ archives as well
  78.     as the previously supported LZH archives ... IF you've got the
  79.     appropriate de-archiver (PKUNZIP.EXE, ARJ.EXE, LHA.EXE) in your
  80.     DOS path.
  81.  
  82.  Rel 1.8 (11/08/92)
  83.   o DTA couldn't locate PCX, IMG, or GIF files in LZH archives... fixed.
  84.   o DTA can now read 24-bit PCX files (as well as the previously
  85.     supported 8-bit type).
  86.   o Added some additional error-checking so DTA will stop with an error
  87.     message if it runs out of disk space while creating output files.
  88.     Previously it just kept on trying to write to a full disk.
  89.   o In a previous version, made some changes in the GIF-writing
  90.     code to speed it up and use less memory.  As a result, upside-
  91.     down TGAs weren't getting flipped rightside-up like they're
  92.     supposed to... fixed.
  93.   o Removed some useless experimental options: /L, /E, /O
  94.     If anybody ever actually found a use for any of these, let me know
  95.     and I'll put 'em back.
  96.   o Removed /W, since it was only added as a workaround to a bug that's
  97.     now finally fixed.
  98.   o Added GIF89a input. (extension blocks are IGNORED)
  99.   o Fiddled with output-file parameters.  You now specify the output
  100.     filename with /O, and the format with /F instead of specifying
  101.     both with /F
  102.   o Added /H, which lets you adjust brightness.  /HA50 increases the
  103.     values of red, green, and blue by 50%.  /HR200 /HG-25 increases the
  104.     value of red by 200%, and decreases green by 25%.
  105.   o Added /C, which lets you skip frames when scanning for a palette.
  106.     If you use /C5, then DTA will only scan 1 picture for every 5
  107.     in your animation.
  108.   o Added /K, which lets you skip input files when generating a
  109.     flic.  If you use /K3, DTA will ignore 2 frames out of every 3.
  110.     If you use both /K2 and /C2, then DTA will skip every other
  111.     picture, and create a palette out using only 1 of every 4
  112.     pictures.
  113.   o Fiddled with the time blurb so it writes in minutes and seconds
  114.     instead of milliseconds.
  115.  
  116.  Rel 1.7g (08/27/92)
  117.   o Fixed a rarely-encountered bug in 320x200 FLI compression.
  118.   o Reworked the documentation (actually, Dan Farmer did most all of
  119.     this task).
  120.  
  121.  Rel 1.7f (07/19/92)
  122.   o Fixed some weird bugs in selecting output filenames for GIF files.
  123.   o Added /PO option, which causes DTA to create a single optimal
  124.     palette even when it's creating GIF files.
  125.  
  126.  Rel 1.7e (07/02/92)
  127.   o Removed all the logging code, since the memory allocation
  128.     problems seem to be licked.
  129.   o First attempt at creating hi-color and true-color FLIs.
  130.     (To create a hi-color FLI, use the /b16 parameter.  The
  131.      resulting file with have an extension of FLH.  To create
  132.      a true-color FLI, use /b24.  The resulting file will have
  133.      an extension of FLT.)
  134.     So far there's no player that will display these new files,
  135.     but Steve Enns is working on one.
  136.   o The color-mapping speedups in the previous version resulted
  137.     in bad color choices in some cases.  Added an extra
  138.     step between palette selection and color-mapping that
  139.     should improve it.
  140.   o Added /RA parameter (auto-resolution)... tells DTA to use
  141.     the size of the first picture to decide how big to make
  142.     an FLI.  Note: use this parameter only with pictures with
  143.     even horizontal dimensions.
  144.   o When DTA used XMS to store pictures, it wasn't always clearing
  145.     the picture buffer when it was supposed to... resulting in
  146.     some background garbage when animating pictures smaller than
  147.     the FLI.
  148.   o Added /DR (random dither) parameter.  Adds/or subtracts a
  149.     random value from each pixel.  Random values are the same
  150.     across frames, so FLIs shouldn't explode in size like they
  151.     sometimes do with error-diffusion dithers like Floyd-Steinberg
  152.     and Sierra Lite.
  153.     Specify the range of the random number by appending a number
  154.     to the /DR parameter, like this:
  155.      dta *.tga /dr4
  156.     That will result in random numbers ranging from -4 to 4.
  157.     Note: I stole the idea from Stephen Coy's IMG2GIF program.
  158.   o Got rid of /M parameter, which affected the order of
  159.     color-tree pruning.  It was a failed experiments in
  160.     improving color-selection.
  161.   o Changed /MI (max internal colors) parameter to /M
  162.   o Changed RLE TGA output so that line boundaries aren't
  163.     crossed within a packet... (to avoid a VPIC bug)
  164.  
  165.  Rel 1.7d (04/25/92)
  166.   o Fixed some more memory allocation problems.
  167.   o Speeded up color-mapping.  When dithering, there should
  168.     be a big speed increase.  When not dithering there should
  169.     be a lesser increase.
  170.   o Added Sierra Lite dithering (/DS parameter).  SL dither
  171.     another error-diffusion-type dither, somewhat quicker
  172.     than Floyd-Steinberg.
  173.  
  174.  Rel 1.7c (04/15/92)
  175.   o Fixed a bug in grayscale output.
  176.   o Reduced the amount of memory required for the color tree.
  177.   o Fixed some other memory-related problems.
  178.   o Got rid of V (verbose), and added /LOG (which causes
  179.     assorted memory allocation info and other boring
  180.     debugging-type data to be written to a file called "DTA.LOG".
  181.   o Added /MI parameter (which means "maximum internal colors").
  182.     The octree color routine allows only 256 colors to exist
  183.     in the tree at any time.  Whenever the number of colors
  184.     exceeds 256, parts of the tree get truncated.
  185.     With /MI, you can change that maximum number of colors
  186.     to something other than 256.
  187.     If you change it to a number larger than 256, then the palette
  188.     will not be reduced to 256 colors until DTA is done scanning
  189.     pictures.
  190.     This can result in a nicer palette, but it uses more
  191.     memory.  I've had some nice results using "/mi2048".
  192.  
  193.  Rel 1.7b (04/01/92)
  194.   o Rel. 1.7 was missing a last-minute .FLI bug fix and
  195.     a document update or two.
  196.  
  197.  Rel 1.7 (03/31/92)
  198.   o Reads 256-color PCX files.
  199.   o Reads and writes 16, 24, and 32-bit TGA files, compressed
  200.     or uncompressed.
  201.     The default is compressed TGA-24.  /B16 selects 16-bit,
  202.     /B32 selects 32-bit.  /NC selects no rle compression.
  203.     Dithering works for TGA-16 files... But if you use ordered
  204.     dithering, DTA ignores any 'strength' value and uses a
  205.     default (because TGA-16 color reduction is regular).
  206.   o When scanning for a palette, it's a lot faster than before
  207.     when reading 256-color pictures.
  208.   o Fixed EMS bugs.  Added support for XMS.
  209.   o Added /332 (3/3/2 palette) option
  210.     (If you use ordered dithering, DTA ignores any supplies
  211.     'strength' value and uses a default).
  212.   o Added /NM (no-remapping) option.  When reading 8-bit
  213.     colormapped files, this tells DTA to use the original
  214.     palette that's included in the file instead of creating
  215.     a new palette from the colors in the picture, and to skip
  216.     re-mapping the picture to the palette.
  217.     If you're creating an .FLI from a bunch of .GIFs or .PCXs,
  218.     then DTA will use the palette from the first input file,
  219.     and it will assume that all of the pictures use the same
  220.     palette.  This will result in slightly better-looking output,
  221.     and DTA will generate the .FLI *MUCH* faster.
  222.     If these files do not use the same palette, then do not
  223.     use this option.
  224.     /NM does not work with any sort of dithering, frame-averaging,
  225.     or anything else that requires fiddling with colors.
  226.     If you're converting .PCX to .GIF, then the single palette
  227.     restriction does not apply...
  228.  
  229.  Rel 1.6 (01/25/92)
  230.   o Can write uncompressed Targa-16 files (use the /B16 switch).
  231.   o Can read compressed and uncompressed Targa-16 files (like
  232.     those you can produce with POLYRAY).
  233.   o Added /M option, which causes the palette tree-reduction
  234.     routine to prune the most popular branches instead of
  235.     least popular.  The resulting palette should be biased
  236.     a bit more toward detail in a picture instead of smoothly
  237.     shaded areas.
  238.   o Added /L option, which allows you to set the initial
  239.     (pre-reduction, that is) color resolution for one or
  240.     more of the color components (r,g,b) to something other
  241.     than the default 6 bits.  It doesn't make sense to set
  242.     it higher than 6 bits, since that's the most VGA can display.
  243.     But you could, for example, tell DTA to use fewer bits for
  244.     green and blue so that the reds get more representation,
  245.     like so:
  246.      dta *.tga /lb2 /lg3
  247.     (that sets the blue resolution to 2 bits and the green
  248.     resolution to 3 bits).
  249.   o When averaging pictures, DTA used to use an equal percentage
  250.     of each of the original pictures.  That's still the default,
  251.     but with the /E option, you can change this.  /E lets you
  252.     specify two numbers: (a) the amount of weight to give the
  253.     first picture, and (b) how much to increment that weight
  254.     for each successive picture.  So, assuming you start with
  255.     three TGA files, if you use this command:
  256.      dta *.tga /a5 /e2;1 /fg
  257.     the first frame will get a weight of 2, the second will get
  258.     3, and the third will get 4.  Which means the resulting
  259.     GIF file will be made up 22% from the first picture, 33%
  260.     from the second, 44% from the third.
  261.     This can be used with /t (trail) as well as /a (average).
  262.     The increment number can be negative... if you want
  263.     the first picture to stand out more than the others.
  264.     The default for the initial weight is 1.  The default
  265.     for the increment is 0.  If you use /e without specifying
  266.     an increment, then the increment is set to 1.
  267.     If you don't specify either number, then both numbers are
  268.     set to 1.
  269.   o Fixed a bug in averaging GIF files.
  270.   o When creating a new TGA file, DTA forgot to use the resolution
  271.     of the input file like it does with GIF files.  Fixed.
  272.   o Can now ignore comments in TGA files properly.
  273.   o When creating GIF files, DTA now saves at the same
  274.     time it performs the mapping step, instead of saving to
  275.     a buffer and saving it at the end.
  276.     For pictures that would require virtual memory (bigger
  277.     than 320x200), this'll save some time.
  278.   o Added 640x400 resolution for low-end SVGA.
  279.  
  280.  Rel 1.5f (12/13/91)
  281.   o DTA can now read IMG files created by the Stephen Coy's
  282.     Vivid raytracer.
  283.   o Speeded up some input functions that were slowed down
  284.     because of some recently added features.
  285.   o Another probably unsuccessful attempt to fix the same bug
  286.     that 1.5d was supposed to fix.
  287.   o Fixed a bug in dithering (sometimes DTA wouldn't dither
  288.     the whole picture).
  289.   o DTA wasn't deleting a temporary file that it sometimes
  290.     creates.  Now it does.
  291.  
  292.  Rel 1.5e (11/24/91)
  293.   o DTA can now read GIF files as well as TGAs.  GIF87 only,
  294.     no interlacing allowed.
  295.   o Added a /V (verbose) command line option.  If you
  296.     specify this, DTA will tell you exactly how many
  297.     bytes each frame in an animation take up.
  298.   o Added the /W option, which forces DTA to use the
  299.     SVGA-type compression method, even if generating
  300.     a 320x200 .FLI.
  301.   o By the way the fix in 1.5d didn't help.  However, the
  302.     problem is pretty rare.  Maybe next time.
  303.  Rel 1.5d (11/18/91)
  304.   o Hopefully fixed a bug that caused problems with Trilobyte's
  305.     PLAY program.
  306.  Rel 1.5c (11/11/91)
  307.   o Attempting to support 800x600, 1024x768, and 1280x1024
  308.     SVGA resolutions.  Note: This is completely untested.
  309.     I haven't the foggiest idea if it works or not.
  310.  Rel 1.5b (11/09/91)
  311.   o Added "expansion" feature, which inserts averaged frames
  312.     between regular frames.
  313.   o Fixed some bugs in some weird combinations of 3d, "pingpong",
  314.     and "trail".
  315.  
  316.  Rel 1.5 (11/05/91)
  317.   o Ordered dithering
  318.   o VGA "mode x" .FLI resolutions
  319.   o fixed a bug in 320x200 delta encoding
  320.     which would sometimes cause animations to crash
  321.   o "averaging" and "trailing" (where individual frames are
  322.     created by averaging the colors across multiple input
  323.     files).  The difference between "averaging" and "trailing" is:
  324.      If you run an "average" of 2 on 10 .TGAs, frame 1 will be
  325.     an average of files 1 and 2, frame 2 an average of files 3
  326.     and 4, and so on.
  327.      If you do a "trail" of 2 on 10 .TGAs,
  328.     then frame 1 will be an average of 1 and 2, frame 2 an average
  329.     of files 2 and 3, frame 3 an average of files 3 and 4, and
  330.     so on.
  331.   o Red/blue-type 3d
  332.   o TGA output (pretty useless unless you're also averaging
  333.     input files or creating 3d images).  DTA does not compress
  334.     TGAs just yet.
  335.   o Removed .PCX output option.
  336.  
  337.  Rel 1.4 TEST 2 (10/12/91)
  338.   o DTA can now read compressed .TGAs.
  339.   o DTA can new create .GIFs or .PCXs.
  340.   o Before 1.4, DTA would give up on compressing a frame if the
  341.     compressed version required more than about 64K to store.
  342.     This was fine for 320x200 animations, where an uncompressed
  343.     frame only requires 64K anyway, but it left something to
  344.     be desired for 640x480 animations, where an uncompressed
  345.     frame takes up about 300K.
  346.     Now, 640x480 frames will be compressed unless the compressed
  347.     version takes up more than about 300K.
  348.  Rel 1.3c (09/14/31) (second bug fix)
  349.   o .MAP files were missing carriage returns between
  350.     lines.
  351.  Rel 1.3b (09/13/31) (bugfix release)
  352.   o Fixed bugs from the disastrous Rel. 1.3
  353.     (including 640x480 .FLIs)
  354.   o Big speed increase in palette creation
  355.  
  356.  Rel 1.3 (09/03/91)
  357.   o 640x480 .FLIs
  358.   o Better .FLI compression.
  359.   o In pre-1.3, the animation was stored in a temporary file,
  360.     then at the end a new file was created with the .FLI header,
  361.     and then the temporary file was copied onto the end of that.
  362.     Now, only one file is used to store the animation, and the
  363.     header gets modified at the end of the process.
  364.   o Frame #1 is now stored in a temporary file so that it doesn't
  365.     need to be recreated for the "ring frame".
  366.   o Added /G32 option for creating 32-level grayscale animations
  367.     for laptops.
  368.   o Fixed some bugs.
  369.  
  370.  Rel 1.2 (08/06/91)
  371.   o Added support for exit codes returned by LHA 2.13...
  372.     If LHA returns a non-zero exit code, DTA will abort.
  373.   o If you hit the escape key while DTA is running,
  374.     DTA will abort as soon as it's done processing
  375.     an input file.
  376.   o Changed the way input files are sorted.
  377.   o Added /p (pingpong) option.  (makes animation go in
  378.     0-1-2-3-4-3-2-1-0 order instead of 0-1-2-3-4-0).
  379.   o Added support for lists of files to process.
  380.     Tell DTA that a file is a list by preceding the filename
  381.     by an "@" character.  A list file may contain
  382.     the names of .TGA files or .LZH files.  You can't put
  383.     the name of another list file in a list file.
  384.   o Will now clip .TGA files with a resolution greater than
  385.     320x200 instead of choking on them.
  386.   o Added /O (sort order) option.  When DTA has to sort filenames,
  387.     like when you use a wildcards or when you just give the name
  388.     of an .LZH file, "/O+" (the default) will tell DTA to sort
  389.     in ascending order, "/O-" in descending order.
  390.     This option is positional... it will only affect files
  391.     specified AFTER the option on the DTA command line.
  392.     You can use this more than once on a DTA command line.
  393.  
  394.  Rel 1.1 (07/15/91)
  395.   o Can now extract .TGA files from inside of .LZH files.
  396.     (by shelling to LHA.EXE)  Takes longer, but can save plenty
  397.     of disk space.
  398.   o Added /s (to specify playing speed).
  399.   o Doesn't choke on truncated .TGA files any more.
  400.   o Rewrote some I/O routines so scanning palettes is quicker.
  401.