home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / graphics / dmj_gif3 / readthis.1st < prev    next >
Text File  |  1991-11-04  |  7KB  |  149 lines

  1. What should have been in the LZH file:
  2.  
  3.     READTHIS.1ST   This file.
  4.     DMJ_GIF³.TOS   The program, version 3.0.
  5.     DMJ_GIF³.MAN   The complete documentation for DMJ GIF.
  6.     DMJ_GIF³.HLP   The online help file.
  7.     DMJ_GIF.SPC    A Spectrum picture.
  8.     EXAMPLE.GIF    A GIF file for you to play with.
  9.     SPU2SPC.PRG    A program to convert SPU pics to SPC.
  10.     SPC2PI1.PRG    A program to convert Spectrum pictures to DEGAS low res.
  11.     SPC2PI3.PRG    A program to convert Spectrum pictures to DEGAS high res.
  12.     SPC-3375.PRG   A program to view STe Spectrum pictures on an ST.
  13.  
  14. You should print out the file DMJ_GIF³.MAN.
  15.  
  16.  
  17. Shareware notice:
  18.  
  19. This program is Shareware.  If you like it and use it, please send
  20. $15 to this address:
  21.  
  22.     Damien M. Jones
  23.     PSC 8 Box 657
  24.     APO AE 09109
  25.  
  26. If you live in Europe, this address will reach me faster:
  27.  
  28.     Damien M. Jones
  29.     P.O. Box 657
  30.     6545 Lautzenhausen
  31.               Germany
  32.  
  33. And if you don't want to mess with US Dollars, then DM25 or £10 is acceptable.
  34.  
  35. In return for registering this program, you will receive a printed manual and a
  36. registered version of the program.  Registered versions of DMJ GIF are twice as
  37. fast as unregistered versions, and are not to be distributed.  You will also
  38. receive free updates to the program.
  39.  
  40.  
  41. Revision history:
  42.  
  43. Version 3.0 (this version):
  44.  
  45. o A new interface was placed on the program.  Because of this, the
  46.   program no longer runs in low resolution.  Scream if you want low
  47.   res support back...
  48. o The speed of the dither analysis was increased slightly.
  49. o The speed of the GIF loader was increased phenomenally.
  50. o The speed of conversion (for registered versions only) was doubled.
  51. o The speed of the Spectrum plotter (for old dither modes) was increased.
  52. o Two more dither modes were added (one slower than the old ones).
  53. o The ability to set the default palette was added.
  54. o The ability to save certain preferences was added.
  55. o The ability to selectively convert portions of the GIF (mapping) was added.
  56. o The ability to convert to DEGAS or Tiny was added.
  57. o The ability to convert in color, grey scale, or monochrome was added.
  58. o The ability to magnify images smaller than 320x200 was added.
  59. o The ability to convert batches of GIF's, and load and save those batch
  60.   lists, was added.
  61. o The ability to convert GIF files larger than available memory was added.
  62. o The ability to view pictures (both ST and STe) from inside DMJ GIF was
  63.   added.
  64. o The problem of memory attrition (the more GIF's you converted, the less
  65.   memory you had) has been totally eradicated.
  66. o More information is available for each GIF.
  67. o The screen no longer turns to mush during a conversion.
  68. o Aborting a picture is no longer automatic; an alert box will now
  69.   request confirmation.  The Peek function was also added here.
  70. o Help was added.
  71. o A bug in both SPC2PI1 and SPU2SPC causing the destination path
  72.   to be reset to the current source path when "Cancel" was chosen
  73.   from the second file selector has been fixed.  The path now
  74.   remains what it was.
  75. o SPC2PI1 now informs you of the percentage of the picture that is
  76.   covered in the 16 colors it selects.
  77. o SPC-3375 now allows slideshowing of STe Spectrum pictures.
  78. o SPC2PI3 was added to convert Spectrum pictures to monochrome.
  79.  
  80. Version 2.01:
  81.  
  82. o A minor bug causing the "Use STe palette" prompt to not have a
  83.   default when using an STe was fixed.  It now will default to the
  84.   appropriate choice, depending on what computer you are using.
  85.  
  86. Version 2.0:
  87.  
  88. o High dithering was added.
  89. o STe 4,096 palette support was added.
  90. o The plotter routine has been accelerated, so pictures take
  91.   less time to convert.
  92. o Scaling factors are now checked.
  93. o The program automatically suggests the best dithering mode.
  94. o The display has been cleaned up a little.
  95. o SPU2SPC was included.
  96. o You can now abort conversions while the GIF is being unblocked.
  97.   In the previous version you had to wait until the unblocking
  98.   was finished.
  99. o The B program (for handling interlaced GIF's) mentioned in
  100.   the 1.0 documentation was incorporated into the main program,
  101.   eliminating the need for a second program.
  102. o A major bug causing pictures saved in compressed (.SPC) format
  103.   to be saved incorrectly has been fixed.
  104.  
  105. Version 1.0:
  106.  
  107. This was the original release of the program.  It was written mainly to test
  108. the technique of floating-point raster conversion, and because I was disgusted
  109. with GIF converters for the ST.  Of course, all 1.0 versions have major bugs...
  110. and this one wasn't even finished!
  111.  
  112.  
  113. A note about version 3.0:
  114.  
  115. I knew when I started writing 3.0 that I wouldn't be able to add all of the
  116. things I wanted to with the current program.  So I started completely from
  117. scratch.  The most important feature, believe it or not, is the new interface;
  118. I couldn't imagine trying to modify the old one to permit all of the new
  119. features.  It just wasn't possible.  In creating this new interface, I have
  120. tried to prevent the program from asking stupid questions (like whether to view
  121. single pictures or the batch list, when no pictures are in the batch list).  So
  122. if the documentation says you'll get a prompt, and you don't, it's most likely
  123. because one of the choices from that prompt would be senseless.
  124.  
  125. The program consists of almost completely new code.  It's a lot cleaner, which
  126. means two months from now, when I've completely forgotten what I was doing with
  127. DMJ GIF, I can come back to the code and pick it up again without too much
  128. difficulty.  So I'll be able to add even more to the program... However, before
  129. you start stockpiling your GIF's waiting for the new version, let me point out
  130. that it is highly unlikely that any new version will do a better conversion
  131. than this one.  It might do it faster, but I honestly doubt a better conversion
  132. can be done without resorting to a higher screen resolution.  (Perhaps some
  133. ambitious TT programmer would like to make a Spectrum mode for the TT's
  134. 640x480x16 mode?  640x480x4096 sounds pretty good...)
  135.  
  136. One thing I most definitely will be adding is new picture formats.  IBM PCX and
  137. Amiga IFF (both of which I have partial information for already) come to mind;
  138. TT Prism Paint pictures would be nice too.  And I'd like to be able to save in
  139. these formats as well.  But I will NOT make any promises on when these things
  140. will be available!
  141.  
  142. Those of you who may have heard that this version of DMJ GIF would be faster,
  143. well, I *do* have a version that is twice as fast.  This version is only
  144. available to registered users.  It's only $15 to go twice as fast.  In all
  145. honesty, I didn't think I was going to be able to do it.  So I concentrated on
  146. putting the rest of the features of DMJ GIF 3.0 in, and left the speed increase
  147. to last.  And I just barely had enough time to double the speed of the
  148. program.
  149.