home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / grafica / svconvert15 / svconvert.history < prev    next >
Text File  |  2000-01-23  |  4KB  |  111 lines

  1. History:
  2.  
  3.   1.0 - 22.02.1999
  4.   ================
  5.  
  6.          - Initial Release
  7.  
  8.   1.1 - 02.04.1999
  9.   ================
  10.  
  11.           - Changed code so that it is easier to add more of the graph formats
  12.             supported by SViewII/SViewNG. The supported formats are held in a compound
  13.             variable initialised in code at the bottom of the script. The compound variable
  14.             consists of the following items (all separated by |):
  15.  
  16.                  <image format>             - File format passed to script
  17.                  <suffix>                   - Suffix to be added to converted files
  18.                  <compression available?>   - Whether the image format supports compression
  19.                  <uncompressed savetype>    - SViewII Save type
  20.                  <compressed savetype>      - SViewII Save type (compressed)
  21.  
  22.           - Fixed small error. Whilst testing the latest changes I noticed that the scripts
  23.             error tidy up section was mis-coded.
  24.  
  25.           - Fixed error caused when user selects directories. The script ignored them but it
  26.             caused a corresponding number of selected files not to be converted.
  27.  
  28.           - Added the option to delete the source files after conversion. Had to add
  29.             processing to get SViewII to read a dummy file so that it would unlock
  30.             the current file for deletion. It took a while for me to work out why the
  31.             script sometimes wouldn't delete files.
  32.  
  33.           - Amended example button bank and Start Menu to use the DOpus5: assignment.
  34.             In the original version they used the complete path which meant they had
  35.             to be amended before they could be used. Thanks to Ed Barcik for letting
  36.             me know.
  37.  
  38.   1.2 - 17.08.1999
  39.   ================
  40.  
  41.           - Changed my Email address. I've moved over to Wirenet.
  42.  
  43.           - Made small alteration to the script so it will use German or English
  44.             in its requestors depending on the User's Locale settings.
  45.             Thanks to Oliver Molz for providing the translations.
  46.  
  47.           - Added the following graphic formats: Targa (TGA)
  48.                                                  ACBM uncompressed
  49.                                                  PNM PGM (P5)
  50.                                                  PNM PPM (P6)
  51.                                                  SGI
  52.                                                  YUVN (411)
  53.                                                  SunRaster (RAS)
  54.  
  55.   1.2a - 21.08.1999
  56.   =================
  57.  
  58.           - Added a small improvement which was suggested to me by Ulrich Falke
  59.             to correctly handle filenames which have a numeric suffix
  60.             (eg pic.001, pic.002...). Ulrich Falke is the author of the script
  61.             SVProPics which can also be used with the SViewII program.
  62.  
  63.  
  64.   1.3 - 01.01.2000 (Internal Release)
  65.   ================
  66.  
  67.           - Amended script to display list of supported formats, for selection,
  68.             if invoked as follows:
  69.  
  70.                     DOpus5:Arexx/SVConvert.dopus5 {Qp}
  71.  
  72.             The (output graphic) format parameter is now optional.
  73.             However you do have to have both triton.library and tritionrexx.library
  74.             installed on your machine for it to work.
  75.  
  76.           - Wrote an install script (my first).
  77.  
  78.           - Started to use R.C.S. (supplied with DICE 3.0)
  79.  
  80.  
  81.   1.4 - 16.01.2000 (Limited Release)
  82.   ================
  83.  
  84.           - Added extra formats
  85.  
  86.           - Fixed Minor errors
  87.  
  88.  
  89.   1.5 - 23.01.2000
  90.   ================
  91.  
  92.           - Thanks to Oliver Molz for correcting my German catalog and spotting
  93.             a small error relating to where my script would look for it. He
  94.             was also responsible for SViewII_de.menu.
  95.  
  96.           - Updated installation script to install catalogs properly ;-)
  97.  
  98.  
  99. Future:
  100.           - Use rxwiz.library to provide GUI using Wizard.library instead of
  101.             the triton libraries?
  102.  
  103.           - Add some control over the supported graphic format preferences?
  104.  
  105.           - Produce statistics on files processed?
  106.  
  107.           - Add ability to perform some of the SV Operators on images as they
  108.             are converted?
  109.  
  110.           - Add support of other Languages? Translations anyone?
  111.